Problem with NavigationControllers in TabBar Options
Problem with NavigationControllers in TabBar Options
- Subject: Problem with NavigationControllers in TabBar Options
- From: John Duff <email@hidden>
- Date: Wed, 23 Jun 2010 07:25:50 -0400
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 (email@hidden)
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:
This email sent to email@hidden