How do I use the %
character literal in an NSString stringWithFormat
?
I am trying to do: [NSString stringWithFormat:@"%%@,%@",string1,string2];
The first %
does not show up.
[NSString stringWithFormat:@"%%%@,%@",string1,string2];
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