I need to dismiss the two modal view controllers, I know how to pop two or more view controllers
UINavigationController* navController = self.navigat
Use this below code
[[[self presentingViewController] presentingViewController] dismissModalViewControllerAnimated:YES];