Generating Objective-c client side code for consuming Rest Services

狂风中的少年 提交于 2019-11-30 14:38:17

RestKit is a great framework. You're still going to have to write code, but it will make the process of moving data between Cocoa models and RESTful/JSON web services elegantly straightforward. I recommend running through the examples to get your head around their way of doing things.

Agreed with using ResKit, which allows not only to ease REST services consuming, but also mapping to CoreData and others if I remember well.

And about CoreData I would suggest using Mogenerator that intended to generate CoreData code, but it is also allowing more, since it can basically be used as a template based code generator from CoreData Models...

A good match to your question could be some Mo' templates filling the gap between both.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!