_resignRootViewController causes app to crash.
- by RickiG
[MainViewController _resignRootViewController]: message sent to deallocated instance 0x4ebfe50
This error happens when I try to pop my MainViewController Object from within it self:
- (void) switchToTableView { //a method on the MainViewController
[self.navigationController popViewControllerAnimated:NO];
[[UIApplication…