调用[mAppDelegate.rootNavigationController presentViewController:vc animated:YES completion:nil];
显示一个模态界面后,再次调用[mAppDelegate.rootNavigationController presentViewController:vc animated:YES completion:nil];显示UIAlertController,将不会显示出来。
解决方法:[vc presentViewController:ac animated:YES completion:nil]
这样就可以在模态界面vc上面显示UIAlertController