美文网首页
UIAlertController

UIAlertController

作者: Barry_小闪 | 来源:发表于2016-06-29 20:45 被阅读145次

    //学习网址:在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)

    相关文章

      网友评论

          本文标题:UIAlertController

          本文链接:https://www.haomeiwen.com/subject/bryxjttx.html