Dynamic build a UIView with different components
I have a requirement that I need to build a View for an iPAD application from reading values from a database.
When loading the application, I will make a server call to PHP and PHP will return JSON back to me. From that result set, I would like to be able to dynamically build my UI on the iPAD. I assume that I need to build a .XIB at runtime?
Can someone please point me in the right direction or give me some suggestions?
|