So I'm trying to make an app with 3 tabs and one of the tabs has a navigation controller. I have succeeded in making the 3 tabs, and also turning one of them into a navigation controller. The part where I'm now stuck is trying to add additional views to the navigation controller tab. Example: Click button 1 on view 1 and it goes to view 2, click button on view 2 and it goes to view 3, etc.
Am I supposed to make a new .xib file for every extra view that I want, or is there a way to do it with having all the views contained in one .xib file?
Keep in mind, I will have upwards of 20-30 different views in the end.
Also, I am EXTREMELY new to this, as in about a week, so as much detail as possible would be much appreciated.
Thanks.