How can I add quotation marks to NSString ? for example, string = @"my string with "Big string" ";
Put a backslash \ before the quotation mark. Example:
NSString *str = @"my string with \"Big string\"";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With