Skip to Content

Tag: CrashReporter

iPhone Coding: NSLog on the iPhone

NSLog provides one of the most important debugging tools for your iPhone arsenal. Unlike its Cocoa equivalent, the iPhone NSLog sends information to the command line. It's basically a printf for NS and UI objects. To print an NSString, for example, you might use NSLog(@"String is %@", mystring);. ...

Continue Reading

Buy an ad here

Hot Apps on TUAW

© 2012 AOL Inc. All Rights Reserved.