UIAlertController
UIAlertController对象向用户显示警报消息。此类替换UIActionSheet和UIAlertView类以显示警报。使用所需的操作和样式配置警报控制器后,使用presentViewController:animated:completion:方法显示它。
来自 Apple 的文档
UIAlertController对象向用户显示警报消息。此类替换UIActionSheet和UIAlertView类以显示警报。使用所需的操作和样式配置警报控制器后,使用presentViewController:animated:completion:方法显示它。
来自 Apple 的文档