Denis Mayer
Denis Mayer

Reputation: 45

Can anyone provide a link to a RestKit 0.20 tutorial that works

I am trying to get Ray Wenderlich's RestKit tutorials (http://www.raywenderlich.com/13097/intro-to-restkit-tutorial) to work using RestKit 0.20 and I'm having no luck making it work. Has anyone been able to migrate the tutorial successfully?

Upvotes: 4

Views: 4361

Answers (3)

user_1989
user_1989

Reputation: 375

refer to this.

https://github.com/RestKit/RestKit/wiki/Object-mapping

It provides the basic of object mapping for response and request for restkit 0.20.

Upvotes: 0

Jon
Jon

Reputation: 156

RKGist is the official tutorial project under the RestKit repository. The tutorial covers most of the latest APIs in 0.20.0rc1 and was last updated 6 days ago. Keep an eye on that repo for updates.

Upvotes: 4

Nikola Kirev
Nikola Kirev

Reputation: 3152

http://nsscreencast.com/

You can try these ones. You need to pay to watch the actual videos, but there is alot of sample code that goes along with them.

Good Luck!

Upvotes: 5

Related Questions