iPhone SDK, framework to handle api calls? -
I'm making an iPhone app, can a server suggest some framework to handle API calls ( I am using Core Data for my model) is a framework, Restkit
Is there any other framework / set of sections that can be easily adapted?
It is difficult to answer your question without knowing what type of API you want to communicate with is; Does it follow some relatively well-known and well-defined structure? If not, then maybe there will be no framework for this and you have to roll your communication code. If this is the case then searching in the library will be a good starting point.
Comments
Post a Comment