ipad 应用 锁定lanscape状态不变,无论怎么旋转,如何实现
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return UIInterfaceOrientationIsLandscape(interfaceOrientation);
}还有
(BOOL)shouldAutorotateToInterfaceOrientation:UIInterfaceOrientation)interfaceOrientation
{
return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
}我用的是ios6
阿晨1998
PIPIONE
随时随地看视频慕课网APP
相关分类