majidarif
majidarif

Reputation: 20105

iOS 7 XCode 5 Storyboard set orientation to Landscape

I have set the allowed orientation on the project settings to Landscape only. Now I want to design on the storyboard, but the storyboard is portrait, I only support Landscape so I try to make the storyboard orient on landscape, I go to Simulated Metrics, and I didn't see anything that says "orientation", just ViewController stuff, like Layout, Extend Edges, Transition Style, etc...

I am making a game with SpriteKid and I'm trying to make a Main Menu with the storyboard.

Upvotes: 1

Views: 10284

Answers (4)

a_malika
a_malika

Reputation: 412

The trick is to tap close enough to the border of view. The menu is visible when the border change into blue one

Upvotes: 2

Ken Loc
Ken Loc

Reputation: 1

Choose main.storyboard -> choose Viewcontroller (1) -> choose button "show" (2) -> change Orientation: "Landscape" (3)

Upvotes: 0

Zen
Zen

Reputation: 3117

Well it might be collapsed. You need to hover your mouse over the title to see the show button which will expand the list.

enter image description here

The full options list will be shown as this image :

enter image description here

Upvotes: 6

Cy-4AH
Cy-4AH

Reputation: 4615

It's there. Second row. Don't know why you can't see it.

Orientation - Landscape

Upvotes: 0

Related Questions