2016-05-15  本文已影响72人  傲骨天成科技

pragma mark ----只支持横屏

-(BOOL)shouldAutorotate{
return NO;
}

-(UIInterfaceOrientation)preferredInterfaceOrientationForPresentation
{
return UIInterfaceOrientationLandscapeLeft;
}

p 方法二

上一篇 下一篇

猜你喜欢

热点阅读