user2909845
user2909845

Reputation: 57

ios-Restkit Tutorial for core data

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

Answers (2)

ZviBar
ZviBar

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

Irfan
Irfan

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

Related Questions