Codec ░ YES

218Obj-C, Shortcut: Boolean return value to String

Turning Boolean 1, 0 into a more descriptive description:

NSLog(@”data1 is equal to data2: %@”, [data1 isEqualToData:data2] ? @”YES” : @”NO”);

569Layering one UIImage onto of another UIImage 560#import vs #include in Objective C – A quick reminder 484Printing Selectors in NSLog 457Singleton Classes and Shared Resources in Objective-C 452Padding with Zeros (or other characters)