RESTKitTutorial
Final project from "RESTKit Tutorial: how to fetch data from a RESTful API into Core Data."
Install / Use
/learn @bonzoq/RESTKitTutorialREADME
RESTKitTutorial
Final project from "RESTKit Tutorial: how to fetch data from a RESTful API into Core Data."
https://medium.com/ios-os-x-development/restkit-tutorial-how-to-fetch-data-from-an-api-into-core-data-9326af750e10
##Installation
Don't forget to install pods.
This app requires CocoaPods dependency manager. It automates and simplifies the process of using 3rd-party libraries. If you don't have it yet, you can get it by typing the following in your console:
$ sudo gem install cocoapods
With CocoaPods up and running go to the application folder and install dependencies:
$ cd RESTKitTutorial
$ pod install
Use Articles.xcworkspace to open the project.
