警告框
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" 的警告(代码片段