开发者

iPhone SDK, framework to handle api calls? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
开发者_运维问答

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 9 years ago.

Improve this question

i am creating an iphone app, can someone suggest some framework to handle api calls to server (i am using coreData for my model) there is one framework, restkit. but it requires backend to have a very specific format

is there any other framework/set of classes which can be easily customized?


It's difficult to answer your question without knowing what sort of API you want to communicate with; does it follow some relatively well-known and well-defined structure? If not, there probably won't be a framework for it and you'll have to roll your own communication code. Looking into the ASIHTTPRequest library would be a good starting point if this is the case.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜