Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "postTitle" : "Test post",
  3. "images" : [
  4. {
  5. "url" : "http:...",
  6. "title": "First image"
  7. },
  8. {
  9. "url" : "http:...",
  10. "title": "First image"
  11. }
  12. ]
  13. }
  14.  
  15. [postMapping addPropertyMapping:[RKRelationshipMapping relationshipMappingFromKeyPath:@"images" toKeyPath:@"images" withMapping:postImagesMapping]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement