码迷,mamicode.com
首页 > 其他好文 > 详细

presentViewController底部弹框适配ipad

时间:2018-05-05 16:53:39      阅读:326      评论:0      收藏:0      [点我收藏+]

标签:class   space   present   cto   color   cer   selector   font   res   

        //适配ipad

        if ([alert respondsToSelector:@selector(popoverPresentationController)]) {

            

            alert.popoverPresentationController.sourceView = self.view;

        

            alert.popoverPresentationController.sourceRect = CGRectMake(0, kScreenHeight, kScreenWidth, kScreenHeight);

        }

        

        [self presentViewController:alert animated:YES completion:nil];

        

presentViewController底部弹框适配ipad

标签:class   space   present   cto   color   cer   selector   font   res   

原文地址:https://www.cnblogs.com/duzhaoquan/p/8995035.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!