Реализация метода shouldAutorotateToInterfaceOrientation:
контроллера представления и return UIInterfaceOrientationIsLandscape(orientation);
Также установите Info.plist
клавиши UIInterfaceOrientation
и UISupportedInterfaceOrientations
на UIInterfaceOrientationLandscapeLeft
и UIInterfaceOrientationLandscapeRight
. UIInterfaceOrientation
примет одно значение, поэтому присвойте одно из них и присвойте им обоим UISupportedInterfaceOrientations
.