How can I create dynamically updated views in a tab bar view, based on settings selection?
- by Diggers
Hi all,
Noob question....
I've created a Tab Bar application. It has four tabs and works fine. Each view is created with a XIB and is effectively static. Each view takes user input and responds on screen.
What I need to be able to do is change the input options the user have - in effect remove some UITextFields dependant upon which option the…