首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

IOS6.0中怎么禁止横屏

2013-02-19 
IOS6.0中如何禁止横屏??3、更改登陆界面的LoginController.m文件中原有的shouldAutorotateToInterfaceOrien

IOS6.0中如何禁止横屏

?


IOS6.0中怎么禁止横屏
?

3、更改登陆界面的LoginController.m文件中原有的shouldAutorotateToInterfaceOrientation方法如下:

- (BOOL)shouldAutorotateToInterfaceOrientation:UIInterfaceOrientation)interfaceOrientation{return UIInterfaceOrientationIsPortrait(interfaceOrientation);}

??

?更改后,应用程序在IOS5,IOS6真机中皆运行正常,在所有应用程序竖屏界面禁止横屏。

热点排行