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.
Tell the pushed VC to dismissViewControllerAnimated:completion:. This will dismiss all the presented VCs. Now you can pop the pushed VC.
dismissViewControllerAnimated:completion: