Adding a UINavigationController to a UITabBarController
Posted
by Andy Jacobs
on Stack Overflow
See other posts from Stack Overflow
or by Andy Jacobs
Published on 2010-03-16T12:13:56Z
Indexed on
2010/03/16
12:16 UTC
Read the original article
Hit count: 409
I have a set of 10 navigationViewControllers i want to the UITabBarController
this all just works fine except the fact when i want to see a UINavigationController that is in the "more" tab it doesn't switch to it. it does nothing. if i change that to a UIViewController it just works fine .. ok in the more tab you automatically have a UINavigationController to you disposal but if the user switches the tab's order and its not anymore in the "more" tab you don't have a UINavigationController ..
any tips ?
© Stack Overflow or respective owner