I am creating a registration form which include a great deal of data on a page, so I am using scroll view, textfield, labels, pickers and buttons.
Now it is too complicated to handle in Xib. I am creating the whole thing through IBOutlet.
I am also using 9 subviews.
Can any one offer any suggestions on how to reduce the work or simplify the problem? This is really taking a long time.
@Hiren bhadreshwara:
You can dynamically create the controls like scroll view, textfield, labels, pickers buttons instead of adding them into XIB.
This would decrease the amount of complexity which is currently present in your XIB.
If you still have some problem then you can just leave me a comment.
Hope this helps you. 🙂