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