Skip to content

Instantly share code, notes, and snippets.

@mono0926
Last active December 19, 2015 17:38
Show Gist options
  • Save mono0926/5992878 to your computer and use it in GitHub Desktop.
Save mono0926/5992878 to your computer and use it in GitHub Desktop.
mantle snippet
+(NSDictionary *)JSONKeyPathsByPropertyKey {
// マッピングしたいものだけ指定。全て名前が一緒なら空のままでOK。
return @{@"hogeFuga", @"hoge_fuga"};
}
+(NSValueTransformer*)chaptersJSONTransformer {
return [NSValueTransformer mtl_JSONArrayTransformerWithModelClass:UIChapter.class];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment