Recipe: NSLog Tricks
NSLog is not just useful for printing out your variables in the heat of a debugging session – for instance, did you know you can get NSLog to spill the beans on the line number you’re on in the current method, or the path of the current file? There are a number of compile-time macros [...]
Read more

11. Feb, 2010 