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

ios UINavigationController中挟制只有一个viewcontroller 为 landscape 模式

2013-12-06 
ios UINavigationController中强制只有一个viewcontroller 为 landscape 模式(BOOL)shouldAutorotateToInt

ios UINavigationController中强制只有一个viewcontroller 为 landscape 模式
(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { return (interfaceOrientation == UIInterfaceOrientationIsLandscape(interfaceOrientation));}

?

?

?

?

热点排行