How to print symbol "%" in NSLog ???
NSLog(@"str %");

It gives warning
incomplete format specifier
How to resolve this problem?
How to print symbol "%" in NSLog ???
NSLog(@"str %");

It gives warning
incomplete format specifier
How to resolve this problem?