警告框

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了警告框相关的知识,希望对你有一定的参考价值。

UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"开始录制!" message:nil preferredStyle:UIAlertControllerStyleAlert];
        UIAlertAction *enterAction = [UIAlertAction actionWithTitle:@"确定" style:UIAlertActionStyleCancel handler:nil];
        [alertController addAction:enterAction];
        [self showDetailViewController:alertController sender:self];

以上是关于警告框的主要内容,如果未能解决你的问题,请参考以下文章

Xcode8:"subsystem: com.apple.UIKit, category: HIDEventFiltered, enable_level: 0" 的警告(代码片段

后台弹出js警告框 如何自动关闭

配置警告中不存在此类片段

Android一个简单的警告框,带标题图标按钮的代码

webdriver---警告框处理

弹出框警告框处理