I am getting this error when I call my method dismissView. Here is the method stub:
-(IBAction)dismissView { RootViewController *rootController = [[RootViewC
I had this problem recently and solved with something like this...
[self.navigationController popToViewController:[self.navigationController.viewControllers objectAtIndex:1] animated:YES];