What is the best approach for building an iphone client for a rails app?

后端 未结 6 1471
感动是毒
感动是毒 2020-12-23 18:22

I have a fairly standard rails app and would like to be able to access the basic CRUD (Create, Update, Delete) operations as well as queries I have added, from an iPhone app

6条回答
  •  粉色の甜心
    2020-12-23 19:07

    I recently put together a TouchJSON example that uses NSURLConnection. It's very basic but should be enough to get you started with asych loading.

    http://github.com/twoism/touchjsonexample/tree/master

提交回复
热议问题