Load an nib file at server in the iPhone application

215 views Asked by At

Question

I want to load a nib file at Server to an application running in Phone.

My Approach

I currently pass an xml file from the server to my iPhone applicaiton giving a basic detail of the layout (For eg TableView or Navigation Bar etc)

Problem with My Approach

Its a very time consuming and not a generic method for the Dynamically updating/controlling the UI from the server.

So the better way of solving this problem is to have various dynamic nib at the server and load the appropriate .nib file based on flow of application.

Is it possible to load a nib file from the server to my iPhone application ?

2

There are 2 answers

0
Naveen Murthy On BEST ANSWER

I have found a solution to this issue i have mentioned.

please check the Session 117 - Building a Server-driven User Experience in the WWDC 2010

Thanks

1
Tobias On

I don't think anything like that would/should be possible. Reason being that Apple has a set User Interface Guideline which are strictly checked during the approval period of an application. If it were possible to add dynamic nibs that would essentially by pass the whole "verification" process me thinks.