有没有办法在展示MFMailcomposer后显示UIAlertController? UIAlertView在这种情况下运行良好。问题是我认为,视图控制器现在已更改。请提出任何建议。
答案 0 :(得分:0)
得到解决方案。在呈现的视图而不是自我视图上呈现alertcontroller将解决该问题。
[self.presentedViewController presentViewController:alertController animated:YES completion:nil];