How can I push a new view controller onto a different nav controllers stack and switch to it?

Posted by Derek on Stack Overflow See other posts from Stack Overflow or by Derek
Published on 2010-04-08T00:08:08Z Indexed on 2010/04/08 0:13 UTC
Read the original article Hit count: 556

I have a Tab Bar Controller created in Interface Builder

Within the Tab Bar are 4 Navigation Controllers.

Each controller functions separately and perfectly (yay!)

What I need to be able to do is a push a view controller onto a different nav controllers stack and switch the focus onto the appropriate tab bar item (so that the user moves sideways (to a different tab) and up (to a new view) at the same time).

This is my first time working with a tab bar controller, and while it's been simple to this point, figuring this out is giving me fits. Any tips you can toss my way would be much appreciated.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitabbarcontroller