I have a navigation controller. I first pushed a VC, then presented 12 modals VC\'s. Now I want to pop to root viewController. How can I do that? Please help me out.
Sorry, I am not sure I do understand your question correctly.
But is UINavigationController's
- (NSArray *)popToRootViewControllerAnimated:(BOOL)animated
what you are searching for?