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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -