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

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

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

?

?

?

?