I try to close a UIViewController after an UIAlertController has been shown.
UIViewController
UIAlertController
This is my code:
UIAlertController *alertContr
Just use [super.navigationController popViewControllerAnimated:YES];
[super.navigationController popViewControllerAnimated:YES];