Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

ios

restkit

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?

like image 290
Denis Mayer Avatar asked Jan 15 '23 02:01

Denis Mayer


2 Answers

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!

like image 53
Nikola Kirev Avatar answered Jan 19 '23 11:01

Nikola Kirev


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.

like image 40
Jon Avatar answered Jan 19 '23 10:01

Jon