UITabBarController "More" tab issues

Posted by codemonkey on Stack Overflow See other posts from Stack Overflow or by codemonkey
Published on 2010-06-10T23:26:43Z Indexed on 2010/06/10 23:33 UTC
Read the original article Hit count: 280

I've got a UITabBarController with 7 tabs. Each of the 7 tabs has its own UINavigationController and customizes its toolbar.

When a view is loaded via the UITabBarController's "More" menu its custom toolbar isn't appearing. If i switch the order of the views around so that the same view is now accessible from the UITabBar without going through the "More" menu then the custom toolbar shows up like it's supposed to.

Is there a way to customize a NavigationController's toolbar when that NavigationController is loaded via the "More" menu of a TabBarController?

I'm actually also interested in replacing the "More" menu navigation controller with my own custom one on views loaded via the "More" menu... not sure whether that's even possible.

Any feedback will be appreciated.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c