- (BOOL)shouldAutorotate
{
return NO; // 调用AppDelegate单例记录播放状态是否锁屏
}
// viewcontroller支持哪些转屏方向
- (UIInterfaceOrientationMask)supportedInterfaceOrientations
{
return UIInterfaceOrientationMaskPortrait;
}
- (BOOL)shouldAutorotate
{
return NO; // 调用AppDelegate单例记录播放状态是否锁屏
}
// viewcontroller支持哪些转屏方向
- (UIInterfaceOrientationMask)supportedInterfaceOrientations
{
return UIInterfaceOrientationMaskPortrait;
}
本文标题:关闭横屏
本文链接:https://www.haomeiwen.com/subject/ktcclttx.html
网友评论