Irfan DANISH
Irfan DANISH

Reputation: 8489

iOS Server Driven UI Example/Tutorial

I have already watched Apples's WWDC 2010 video of Building a Server-driven User Experience.

It is really a great concept but i need a simple example or tutorial to start with.

I have searched hours in Google for iOS Dynamic UI generation from XML or JSON based web services but didn't find anything useful so far.

More Information: I am developing an iPhone application where i present user a Input Form like questionnaire with different types of question with different UI Controls to answer like Text Field, switches, image, audio, video etc.

Now I have different questionnaire for different user, I want to generate them dynamically and also store completed form in Core Data.

Any help or guidance to solve this problem will be greatly appreciated. Thanx

Upvotes: 2

Views: 1775

Answers (1)

Felipe Sabino
Felipe Sabino

Reputation: 18215

have you seen heroku's Core Data Buildpack video?

http://mobile.heroku.com/

Upvotes: 2

Related Questions