开发者

RestKit and storing of data

开发者 https://www.devze.com 2023-03-12 05:20 出处:网络
I have a navigation controller where i have the list 开发者_Go百科of appointments in a table view. I have an add button on the right side corner for the navigation controller. When the user clicks the

I have a navigation controller where i have the list 开发者_Go百科of appointments in a table view. I have an add button on the right side corner for the navigation controller. When the user clicks the add button a view will appear with the textfields and buttons. The problem is when ever the user (of the app) adds his appointments and clicks the add button it has to hit the server and store that data. I want to do that using RestKit. Can anybody tell me how to hit the server and how i can store the data.


Yes, Google can.

Here is the first result for the search 'restkit tutorial' :

http://mobile.tutsplus.com/tutorials/iphone/restkit_ios-sdk/

And, in case that one is a little out of date, here's the second result for the search 'restkit tutorial' :

http://mobile.tutsplus.com/tutorials/iphone/advanced-restkit-development_iphone-sdk/


The current documentation is only on github. Most other sources are outdated, thanks to RestKit's rapid development.

The wiki has a lot of good information, and you can find documentation that's always up-to-date in the docs directory.


I recently wrote a detailled overview of RestKit with many piece of code and I think it can help you to understand how it works and how to get things done.

http://blog.octo.com/en/overview-of-restkit-a-core-data-enabled-ios-macosx-framework-for-restful-apps/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号