在ipad上开发遇到的坑

UIAlertController

UIAlertController *alertSheet = [UIAlertController alertControllerWithTitle:@"请您选择上传的图片" message:nil preferredStyle:UIAlertControllerStyleActionSheet];

[alertSheet addAction:[UIAlertAction actionWithTitle:@"拍照" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
    [self cameraButtonClickedPersonVC];
}]];
[alertSheet addAction:[UIAlertAction actionWithTitle:@"相册" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
    [self pickImageFromAlbumPersonVC];
}]];
[alertSheet addAction:[UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {   
}]];


//iPad不加下面两句,使用UIAlertAction 会crash
alertSheet.popoverPresentationController.sourceView = self.view;
alertSheet.popoverPresentationController.sourceRect = CGRectMake(0, 0, 1.0, 1.0);

[self presentViewController:alertSheet animated:YES completion:nil];
Snip20170317_2.png

效果就如上图所示,具体位置根据项目需求来设置。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • Android 自定义View的各种姿势1 Activity的显示之ViewRootImpl详解 Activity...
    passiontim阅读 173,292评论 25 708
  • 发现 关注 消息 iOS 第三方库、插件、知名博客总结 作者大灰狼的小绵羊哥哥关注 2017.06.26 09:4...
    肇东周阅读 12,241评论 4 61
  • 去了所谓海洋馆一趟回来 其实一点都不好玩 但是走走也放松了一些 去的时候边上做了个腿毛大怪 回的时候已经没眼看边上...
    青衣红素阅读 253评论 0 0
  • 姑娘去了青海湖才知道,地球真的是圆的。湛蓝的湖水中飘荡着洁白的云朵,干净。斑驳的街道上随处可见一步一叩首的朝拜者、...
    八月遇上初二阅读 352评论 0 1
  • 还忆江南昨日事,竟别江南已经年。 人少各遣风流志,青头白面紫花间。 雏鸳对翅相碧水,晓月垂枝在银天。 欲来梅雨还不...
    长安旧人阅读 302评论 1 10