iphone - navigation controller - move to first view from last view without traversing all intermedia
Posted
by satyam
on Stack Overflow
See other posts from Stack Overflow
or by satyam
Published on 2010-06-14T12:34:50Z
Indexed on
2010/06/14
12:42 UTC
Read the original article
Hit count: 146
iphone
|uinavigationcontroller
i'm working on iphone app which will show 4 buttons in first view. on click of a button, it will load a new view with navigation controller. this navigation controller view allows to travel upto 11 sub views. in 11th sub view, i've a reset button. on click of reset button, i've to go back to navigation controllers first view without traversing all the 11 views? is it possible to achieve it? if yes how? if no, what can be the solution?
© Stack Overflow or respective owner