iPhone: Switching Views From Outside Root Controller

Posted by senfo on Stack Overflow See other posts from Stack Overflow or by senfo
Published on 2010-04-22T16:10:30Z Indexed on 2010/04/22 16:13 UTC
Read the original article Hit count: 205

Filed under:
|
|

I am using a UINavigationController to switch between views. What I would like is for each view to have the ability to control when it is swapped out for another view by having buttons within the view. All of the samples I've seen thus far have placed buttons on a toolbar, which is located on the root view containing the Switch View Controller rather than the views, them self. Is it possible to do what I want? I can't figure how to wire up the connection back to the UINavigationController.

I'm having a difficult time wording this, so please feel free to let me know if you need additional clarification.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch