Hello,
I am trying to build an application in xcode that would allow me to request information from the user in a type of form (similar to an HTML form). The problem is that I don't know the fields until runtime. How can I generate the GUI (text boxes, buttons, radio buttons etc..) from dynamic information at run time. For example -- at run time i will parse a file that contains "Name, Address, Zip Code ... etc" and from that I want to generate the gui and have people enter the information -- ?
Thank you.
Zach.
I am trying to build an application in xcode that would allow me to request information from the user in a type of form (similar to an HTML form). The problem is that I don't know the fields until runtime. How can I generate the GUI (text boxes, buttons, radio buttons etc..) from dynamic information at run time. For example -- at run time i will parse a file that contains "Name, Address, Zip Code ... etc" and from that I want to generate the gui and have people enter the information -- ?
Thank you.
Zach.