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