//学习网址:在iOS 8中使用UIAlertController
http://www.cocoachina.com/ios/20141126/10320.html
最后,我们只需显示这个对话框视图控制器即可:
//显示消息框
[self presentViewController:alertController animated:YES completion:nil];
UIAlertController默认样式
“警示”样式
UIAlertController的登录和密码对话框示例
![iPhone上的上拉菜单效果]
](https://img.haomeiwen.com/i1913930/ce074f7b99257275.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
网友评论