Posts tagged with ‘Compiler’

  • Moving to new Objective-C literals

    July 30, 2012

    Last week, I moved one of my projects over to use the new Objective-C literals for NSNumber, NSArray and NSDictionary as well as the new syntax for boxing expressions into NSNumber and NSString objects.  Here are a few comments on how it went.