Designing in landscape with Storyboards

IphoneIosInterface BuilderStoryboard

Iphone Problem Overview


Is it possible to design interfaces in landscape with Interface Builder? Others with the same question apparently were able to do so with an arrow at the top right of any selected view, but I see no such arrow. A picture would be helpful. (Note: I am using storyboards, not xibs.)

Iphone Solutions


Solution 1 - Iphone

Select the window in the storyboard, and open its Simulated Metrics property page (upper-right corner, an icon that looks like a shield next to the ruler icon). If the Simulated Metrics group is collapsed, expand it by clicking the black triangle to its left. There you will find an Orientation property; set it to Landscape.

Solution 2 - Iphone

The answer is correct, but I like a visual:

enter image description here

Solution 3 - Iphone

The answers above got me the answer, but I needed another step in Xcode 5. Instead of just clicking on my GLKView, I needed to select the GLKit View Controller property below the view. Then the Orientation appeared in the Attributes Inspector.

GLKView attributes

Solution 4 - Iphone

For Xcode 8 - Click the View As text at the bottom of the storyboard:

Storyboard to landscape

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionDany JoumaaView Question on Stackoverflow
Solution 1 - IphoneSergey KalinichenkoView Answer on Stackoverflow
Solution 2 - IphonecardmagikView Answer on Stackoverflow
Solution 3 - IphoneMatt PlankView Answer on Stackoverflow
Solution 4 - IphoneD. ScottView Answer on Stackoverflow