RESTmagic: Make a nice API and we'll do the REST

an iOS framework that provides automatic view routing. deploy new features without waiting for the appstore, and then implement the native views when you have the resources.

Overview.

RESTmagic is a framework for that framework you already deployed, your RESTFUL/RESTish api. Light or no configuration will tell the framework how your resources are organized, and where to get the appropriate templates. Before it joins those together with your choice of mustache flavored templating, it will check if you have a native view instead to present. The whole framework is built to be easily customized with as much or as little magic as your want.

Magic?

We handle all urls that are in the path of your api. Check for native views, or load up our RMViewController with your json and html template. We store your resources in our own cache. This approaches minimizes network traffic, intelligently caches resources based on your headers, and give you speed and native control when you need it. The best thing... if you have an HTML based template for every resource, it will mean old versions of your app still can get html based views of things that are native in new versions.

Labor of love

RESTmagic was built to solve the problems of the current Facebook iOS app and to play around with CocoaPods, ARC and the new modernized objective-c syntax. It was built to replace the one thing that made Three20 magic... TTNavigator

Customization

The future conan?

Not fully sure yet... taking in code blocks instead of subclassing? TTNavigator style persistance? Beard based templating. Three20 style transitions? Pre-rendering future pages?