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