TabBar in NavigationController Based iphone app

Posted by iPhoneDev on Stack Overflow See other posts from Stack Overflow or by iPhoneDev
Published on 2010-05-11T06:52:16Z Indexed on 2010/05/11 7:14 UTC
Read the original article Hit count: 207

Filed under:

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

© Stack Overflow or respective owner

Related posts about iphone