注释那行是原来的代码,写句新的就好了。
- (NSUInteger)supportedInterfaceOrientations
{
//return UIInterfaceOrientationMaskAll;
return UIInterfaceOrientationPortraitUpsideDown;
}
注释那行是原来的代码,写句新的就好了。
- (NSUInteger)supportedInterfaceOrientations
{
//return UIInterfaceOrientationMaskAll;
return UIInterfaceOrientationPortraitUpsideDown;
}
转载于:https://my.oschina.net/guodapeng/blog/779168