I searched and could not find this answer...
If I have this, how can I get it to display the final % symbol? It just omits it in my label.
[NSString stringWithFormat:@"Tries %i%", tries];
I searched and could not find this answer...
If I have this, how can I get it to display the final % symbol? It just omits it in my label.
[NSString stringWithFormat:@"Tries %i%", tries];
Copyright © 2021 Jogjafile Inc.
I thought I could contribute a bit and share this comprehensive list of options. Jesse is right!
In my case, the following does the trick!
Happy coding!