Need an iOS library or framework for iPhone to Ruby on Rails API interaction
I'm looking into iOS libraries and/or frameworks that I can pull into a current project to interact with开发者_如何转开发 a Ruby on Rails API.
I was going to go with ObjectiveResource aka iPhone-On-Rails (http://iphoneonrails.com/) because of its ease of use, but it seems like there hasn't been any development on it since 2009.
Do any of you know of a better alternative to ObjectiveResource? I would like something that is well supported and maintained with good documentation.
Thanks in advance!
Well, interacting with Rails is simply interacting with a REST API.
That said, here is a very popular asset you should look at: http://restkit.org/
精彩评论