iphone - popToRootViewControllerAnimated Question -


In my drill down fashion, I have a UIA controller in the scene controlling my iPhone app. I have 4 view controllers who go ahead with the "Start" button, where I want to send the user back at the beginning of the visual hierarchy.

  [self. Navigation Controller PopToRootViewController Estimated: Yes];  

But it seems that it brings a new Rootview Controller at the top of the current view controller.

Is the ideas popping back in the very beginning, drill down the navigation?

Any help would be great!

Many thanks, Brett

I use popToRootViewControllerAnimated and it does exactly what it is after you.


Comments