hi, i have tab bar controller in which i have 4 tabs.suppose if i press 4th tab,i want to show another tab bar controller above that .any tutorial pls?
+2
A:
you can do this by adding a UITabBar inside of a standard view controller, and then using that view controller as one of the members of a UITabBarController's viewControllers array. But PLEASE DON'T. This is horrible UI.
Ben Gottlieb
2009-12-15 13:34:58
will not it be supported by Apple?
Mikhail Naimy
2009-12-15 13:43:06
I've seen worse in the AppStore, so if you don't get a cranky reviewer, you shouldn't have a problem. It will, however, confuse the user. Use a UINavigationController instead.
Ben Gottlieb
2009-12-15 14:19:02