% being the character beginning printf-style formats, it simply needs to be doubled:
%
float someFloat = 40.233f; NSString *str = [NSString stringWithFormat:@"%.02f%%",someFloat];
1.4m articles
1.4m replys
5 comments
57.0k users