iOS使用邮件、短信分享回调报错UIApplicationInvalidInterfaceOrientation

iOS中使用系统的邮件、短信分享之后,如果该页面是禁止转屏的,那么可能不会出现问题,如果是设置为允许转屏,那么如果你的- (NSUInteger)supportedInterfaceOrientations
方法返回值不是UIInterfaceOrientationMaskAll,那么可能会报Terminating app due to uncaught exception ‘UIApplicationInvalidInterfaceOrientation‘, reason: ‘preferredInterfaceOrientationForPresentation must return a supported interface orientation!‘

我们只需把这个返回值设为UIInterfaceOrientationMaskAll即可解决。

 

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。