Best Practices
Using Format Strings Wisely
Here’s is quick tip that may save you some debugging time – when using methods that accept format strings, think carefully through the code, paying close attention to both the format string and any relevant argument(s). Let’s look at an example using NSLog – In the code below I’ve created an NSString object which has [...]


