RestKit 和数据存储

发布于 2024-11-15 03:38:48 字数 163 浏览 4 评论 0原文

我有一个导航控制器,其中的表视图中有约会列表。我在导航控制器的右上角有一个添加按钮。当用户单击添加按钮时,将出现一个包含文本字段和按钮的视图。问题是,当(应用程序的)用户添加他的约会并单击添加按钮时,它必须访问服务器并存储该数据。我想使用 RestKit 来做到这一点。谁能告诉我如何访问服务器以及如何存储数据。

I have a navigation controller where i have the list 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

恋你朝朝暮暮 2024-11-22 03:38:48

是的,谷歌可以。

这是搜索“restkit 教程”的第一个结果:

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

并且,如果该内容有点过时,这里是搜索“restkit 教程”的第二个结果:

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

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/

渔村楼浪 2024-11-22 03:38:48

目前的文档仅在 github 上。由于 RestKit 的快速发展,大多数其他来源都已过时。

wiki 有很多有用的信息,您可以找到始终最新的文档在 docs 目录

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.

浅忆 2024-11-22 03:38:48

我最近用很多代码写了一篇关于 RestKit 的详细概述,我认为它可以帮助你理解它是如何工作的以及如何完成工作。

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

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文