What is the best way to register an NSError ?
- (void)checkThing:(Thing *)thing withError:(NSError *)error { NSLog(@"Error: %@", error); }
Gives me a null message
logging objective-c iphone cocoa
nevan king Oct. 13 '09 at 9:38 2009-10-13 09:38
source share