- (BOOL)shouldAutorotate
{
return NO; // 調用AppDelegate單例記錄播放狀態是否鎖屏
}
// viewcontroller支持哪些轉屏方向
- (UIInterfaceOrientationMask)supportedInterfaceOrientations
{
return UIInterfaceOrientationMaskPortrait;
}
- (BOOL)shouldAutorotate
{
return NO; // 調用AppDelegate單例記錄播放狀態是否鎖屏
}
// viewcontroller支持哪些轉屏方向
- (UIInterfaceOrientationMask)supportedInterfaceOrientations
{
return UIInterfaceOrientationMaskPortrait;
}