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

Restkit Revisited

Restkit Revisited

Cocoaheads presentation at TouchWonders in Utrecht, about Restkit and the migratory problems from 0.10 to 0.20

Axel Roest

April 16, 2013
Tweet

More Decks by Axel Roest

Other Decks in Programming

Transcript

  1. WHY? communicating with backend but JSON is easy! error checking

    easy mapping to CoreData zondag, 22 september 2013
  2. WHY? communicating with backend but JSON is easy! error checking

    easy mapping to CoreData zondag, 22 september 2013
  3. WHY? communicating with backend but JSON is easy! error checking

    easy mapping to CoreData xml & json agnostic zondag, 22 september 2013
  4. Why this talk? started with RestKit 0.10 last year RestKit

    in the real world Examples sucked zondag, 22 september 2013
  5. Typical Example simple JSON feed of one type load objects

    from feed zondag, 22 september 2013
  6. Real-World multiple different json feeds post multiple compound json objects

    different responses (data, error) restkit 0.10 objectmanager couldn’t cope zondag, 22 september 2013
  7. RestKit 0.20 based on AFNetworking framework cleaner object mapping more

    blocks, less delegates zondag, 22 september 2013
  8. Two Basic Flows toplevel based add response to RKObjectManager fetch

    objects fine-grained add response to RKObjectRequest RKObjectRequestOperation zondag, 22 september 2013
  9. Demo Converting from RestKit 0.10 to 0.20 is a lot

    of work zondag, 22 september 2013
  10. Demo Converting from RestKit 0.10 to 0.20 is a lot

    of work RKGist https://github.com/RestKit/RKGist/ zondag, 22 september 2013