How do I program a UINavigationController to PopToRootViewController?
I need a UINavigationController to pop to a root controller that is NOT the mainViewController of the application. I also need a way for multiple levels that stack each other to be able to get to the root controller. How would I do this? I realize there are multiple tutorials on Google about how to do it with a tab bar or with a table view, but I don't want to have either of those. I want one that is used in games with a level select view controller. Please help me and thank you in advanced.
|