Tuesday, September 25, 2012

Print a BOOL in NSLog


BOOL flag = YES;
NSLog(flag ? @"Yes" : @"No");

No comments:

Post a Comment

Blog Archive