TabBar in NavigationController Based iphone app
- by iPhoneDev
I have a simple navigation based iPhone app, in which user can navigate form one view to another view.
There is only one view which have 4 tab. Each tab loads a a seperate nib with a corresponding controller. Each nib contains a tableview with some other controls for searching/filtering etc.
Apprt from this I dont need tabBar in any view. So for ex:
Login View Welcome View (With TabBar) user select Setting tab and select any setting option Setting Detail view(WITHOUT tabbar) Back WelcomView( With Tab Bar)
I am confused how to add a tab bar in navigation based template where only one view is using tabBar all other uses Navigation
I hope you understand my problem. I am new to iphone so any example/link will help a lot.
Thanks