Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在利用大量 UI 元素以及能够将 XML 解析为表格视图等方面,我非常熟悉 xCode。但我想更进一步,能够存储数据并根据仅由用户发布的内容等。我将使用 Facebook 框架进行登录,但是就我需要做什么/研究能够将数据存储到服务器而言,从这里开始做什么有点难过并让用户编辑他们提交给数据的内容。任何指向正确方向的指针将不胜感激。
最简单的方法是创建一个 REST Web 服务,该服务将处理从用户接收数据,然后将其传递到某处的数据库服务器进行存储。从 iOS 调用该服务相当容易。
这是最好的起点: http ://www.raywenderlich.com/2965/how-to-write-an-ios-app-that-uses-a-web-service