美文网首页
2018-07-05 UIPopoverPresentation

2018-07-05 UIPopoverPresentation

作者: Funcy1Day | 来源:发表于2018-07-05 12:34 被阅读18次

//不建议用这个方法,用下面那个(这个在plus上横屏的时候样式有问题)横屏时popoverview窗口大小异常

/**(UIModalPresentationStyle)adaptivePresentationStyleForPresentationController:(UIPresentationController *)controller{

return UIModalPresentationNone; 

} */

//横屏无异常

-(UIModalPresentationStyle)adaptivePresentationStyleForPresentationController:(UIPresentationController *)controller traitCollection:(UITraitCollection *)traitCollection{ return UIModalPresentationNone; }

相关文章

网友评论

      本文标题:2018-07-05 UIPopoverPresentation

      本文链接:https://www.haomeiwen.com/subject/svxpuftx.html