标签: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