Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Cocoa Kucha Berlin 2013

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

Cocoa Kucha Berlin 2013

My talk on "What's new in Mantle 2.0" for the Cocoa Kucha 2013 Berlin.

Avatar for Robert Böhnke

Robert Böhnke

January 22, 2014
Tweet

More Decks by Robert Böhnke

Other Decks in Programming

Transcript

  1. @interface GHIssue : MTLModel
 <MTLJSONSerializing>
 
 @property (readonly, copy) NSURL

    *URL; @property (readonly, copy) NSData *updatedAt;
 
 @end
  2. // 1.x
 + (NSDictionary *)JSONKeyPathsByPropertyKey {
 return @{ @"userID": @"id",

    @"cacheKey": NSNull.null // implicit: // @"username": @"username" }; } Issue #149 [merged]