读书人

ios UINavigationController中挟制只有

发布时间: 2013-12-06 17:56:43 作者: rapoo

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

?

?

?

?

读书人网 >操作系统

热点推荐