iphone - Adding UITabBar -
I have a UINavigationBar based application - only one navigation bar that controls all the tasks in my app with views is.
And I have to have a tab bar on one bottom of each scene that will take whatever the user wants to see.
What is the easiest way to add a tab
Please make sure to
Depending on the structure of your user flow to add a tabbar to your navigation bar in your visual hierarchy, you may end up with several navigation controllers.
tabbar controller (w / 3 section, in this example). ------------------------------ | | | NavController1 navController2 navController3
Each navController keeps it on its stack.
Comments
Post a Comment