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