Reputation: 57
I am trying to use core data database for my IOS application.But i am not getting any tutorial to get any information about it.I want to now if there is any free tutorial for Restkit for IOS programming.i want to know how to use Restkit in my application.
Upvotes: 5
Views: 3685
Reputation: 10068
There is a step by step up-to-date (as of February 2015) tutorial on using RestKit with Core Data. You can find it here https://medium.com/ios-os-x-development/restkit-tutorial-how-to-fetch-data-from-an-api-into-core-data-9326af750e10.
Upvotes: 0
Reputation: 4331
You can find RestKit core-data tutorial and Sample code from here
:https://github.com/RestKit/RestKit
First you have to download RestKit via terminal by GitHub.
In the main folder you find Examples folder which contain folder namely RKTwitterCoreData.
May this will help you out.
Upvotes: 1