眼前多少难甘事,自古男儿当自强。这篇文章主要讲述UIAlertController 使用相关的知识,希望能为你提供帮助。
UIAlertController
*alertVC = [UIAlertController
alertControllerWithTitle:nil
message:nil
preferredStyle:UIAlertControllerStyleActionSheet] ;
[alertVC
addAction:[UIAlertAction
actionWithTitle:@"取消"
style:UIAlertActionStyleCancel
handler:^(UIAlertAction
*
action)
NSLog(@"点击
取消
");
]];
[alertVC
addAction:[UIAlertAction
actionWithTitle:@"拍照"
style:UIAlertActionStyleDestructive
handler:^(UIAlertAction
*
action)
NSLog(@"拍照
");
[weakself
loadPictureFromCarmeral];
]];
[alertVC
addAction:[UIAlertAction
actionWithTitle:@"从手机相册选择"
style:UIAlertActionStyleDefault
handler:^(UIAlertAction
*
action)
NSLog(@"点击
从手机相册选择
");
[weakself
getImageFromAlbum];
]];
[self
presentViewController:alertVC
animated:YES
completion:nil];
【UIAlertController 使用】
推荐阅读
- 第一个shell脚本
- 以|建立管道
- 正则表达式6-16数字字母
- linux常用的软件更新命令
- 判断 网络状态
- 上证上市数据可视化分析-清林会员@娇大侠 的学习笔记2
- Shell for while 循环
- pods 遇到的问题
- 全国各地多省出台乡村装配式钢结构试点和扶持政策