Add Me!Close Menu Navigation
Add Me!Open Categories Menu

NSLog BOOL (caveman debuggin’)

Often times, if you absolutly have to debug using the console, it is nice to at least make the output more legible:

1
NSlog(@"The Coffee is hot : %@",(coffee.isHot ? @"YES" : @"NO"));

output – “The Coffee is hot : YES”

Posted By Ricki

Leave a Reply