uinavigationcontroller - iphone - navigation controller - move to first view from last view without traversing all intermediate views -


I'm working on an iPhone app that will show 4 buttons in the first view. When clicking on a button, it will load a new view with the Navigation Controller, this Navigation Controller View allows you to travel up to 11 sub views. In the 11th sub-view, after I click on the Reset button Reset button, I have to go back to Navigation Controllers, all 11 views without any views? Is it possible to achieve this? If yes, how? If not, what can be the solution?

You can also use it:

  [auto. Navigation Controller PopToRootViewControllerAnimated: Yes];  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -