I have to initialize string as "Rose" including Quotation Mark. How to write " in our string?
Escape the double quote with
NSString *yourString = @""Rose"";
1.4m articles
1.4m replys
5 comments
57.0k users