I have to design an iphone app using IB that contains a Tab Bar Controller [2 tabs]. Each tab contains a navigation controller [as I needs a Title Bar when on each Tab] with one view controller in each navigation controller. On the second navigation controller that appears at the tabbing of second tab I need to place two buttons in the title bar [Before and after the title]
Though doing if for the first time in IB so need some clarifications on the steps:
1] First, I will need to create a TabBar based project in xcode, right?
2] Then opens the MainWindow.xib and delete the two tabs and instead drag and drop two navigation controllers there, right?
3] Then create two seperate views one each for first and second navigation controller, right?
4] In XCode I will create two UIViewControllers that will act as File Owner for each of the two views added in step 3], right?
Please correct/suggest me wherever appropriate. Also looking for a similar tutorial tht uses IB
Thanks
Arnie
Though doing if for the first time in IB so need some clarifications on the steps:
1] First, I will need to create a TabBar based project in xcode, right?
2] Then opens the MainWindow.xib and delete the two tabs and instead drag and drop two navigation controllers there, right?
3] Then create two seperate views one each for first and second navigation controller, right?
4] In XCode I will create two UIViewControllers that will act as File Owner for each of the two views added in step 3], right?
Please correct/suggest me wherever appropriate. Also looking for a similar tutorial tht uses IB
Thanks
Arnie