iphone - Changing UINavigationController from UItabBarController -
I have tab tab 4 controller. In the hand, I need to show a UI navigation controller in which it has a UIUI when the user presses a button inside that view, then I need to display another UIAV controller in tab 1. Is this possible? I tried to use this code with any luck
UINavigationController * tableNavController = [[UINavigationController alloc] initWithNibName: @ "nav2" bundle: zero]; [[Self-tab tab controller selected ViewController] Setview: tableNavController.view];
It changes the view but not the controller. Please help. thank you in advanced.
Why not just push on the navigation controller of a recent view controller tab 1?
Comments
Post a Comment