Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 661
user2909845 Avatar asked Nov 12 '22 18:11

user2909845


1 Answers

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.

like image 169
Irfan Avatar answered Nov 15 '22 06:11

Irfan