I wrote a little blog post awhile back about putting NavigationControllers into a TabBarController and everything worked fine for what I was doing. Someone has expanded on what I did in the blog post a little bit and created a TabBarController with more than 5 NavigationControllers in it so the last one turns into a 'more' button with a list of views to select from. The problem is that when you select a view from the 'more' controller the item doesn't get selected before switching the view, making it look inconsistent with the way the rest of the tableviews behave.
I've got a project up on GitHub you can checkout to see the issue (http://github.com/jduff/nav_controller_example). It's pretty subtle but when you click on the items in the more list they should highlight before navigating. When you change them from NavigationControllers to simple ViewControllers everything works fine. If it helps here is the link to the blog post with the tutorial and comments http://jduff.github.com/2010/03/09/throwing-a-uinavigationcontroller-uitabbarcontroller-and-uisearchbar-together/ Thanks in advance for the help, -John _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com