关闭横屏

作者: 无名小卒赫 | 来源:发表于2016-03-17 07:54 被阅读53次

- (BOOL)shouldAutorotate

{

return NO; // 调用AppDelegate单例记录播放状态是否锁屏

}

// viewcontroller支持哪些转屏方向

- (UIInterfaceOrientationMask)supportedInterfaceOrientations

{

return UIInterfaceOrientationMaskPortrait;

}

相关文章

网友评论

    本文标题:关闭横屏

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