首页 > 移动平台 > 详细

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

时间:2015-03-21 12:26:35      阅读:355      评论:0      收藏:0      [点我收藏+]

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

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

 

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

原文:http://www.cnblogs.com/fookehi/p/4355308.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!