Question related to state maintainance

Posted by user217572 on Stack Overflow See other posts from Stack Overflow or by user217572
Published on 2010-03-19T08:16:34Z Indexed on 2010/03/19 8:21 UTC
Read the original article Hit count: 136

Filed under:

I have 10 views with UINavigationController in hiereachy

now when i want to go back from 10 to 9 ,and so on by back button

which method should i use? 1>popviewCOntroller 2>popToViewController

I have set fixed value for all views.at application launch i get that value for that value i intialize rootviewController with use of UINavigationController and my rootviewcontroller is nothing but first view and after that on next line i'm pushing a particular view.

plz help me out

© Stack Overflow or respective owner

Related posts about iphone