UITabBarController + UinavigatinbarController in the middle of an application
How can I add UITabBarController + UinavigatinbarController in the middle of an iphone application. I dont want 开发者_如何学JAVAtabbar and navigationbar in my first screen but my rest of the application require UITabBarController + UinavigatinbarController.
How can I achive that ?
What type of project do I need to create ?
Is there any example ?
Any suggestion/help.
Thanx in advance.
You can start with navigation controller as your main controller (with navbar hidden) and after your first screen work is finished ( I am guessing it is a login screen or welcome screen) then you can push the Tabbarcontroller using the main navigation controller.
精彩评论