SyntaxFix
Write A Post
Hire A Developer
Questions
seems if %% followed with a %@, the NSString will go to some strange codes try this and this worked for me
%%
%@
NSString
NSString *str = [NSString stringWithFormat:@"%@%@%@", @"%%", [textfield text], @"%%"];