So, i have a UITabbarController with an UINavigationController in it. On the press of a button, i would like to bring in another UINavigationController, animating it like when using presentModalViewController:animated:, but i do not want it to hide the TabBar.
Is there anything in UIKit (3.1.3 and later) that i could use for this or will i have to do the animating myself?
Just test the code, maybe you need to set the
navigationControlleraspropertyif you need do sth likepushViewController:animated:.