Stride
Stride

Reputation: 351

What is the Interface Builder keyboard shortcut to rotate a window?

In IB, I can rotate a window by pressing the "arrow button" at the top right of a window to see a view in landscape/portrait modes. What's the keyboard shortcut to toggle this action?

Upvotes: 7

Views: 1113

Answers (3)

Scott McKenzie
Scott McKenzie

Reputation: 16242

There isn't one; not documented anyway. Go with the property change option, I think.

Upvotes: 3

nolimitsdude
nolimitsdude

Reputation: 631

In IB press ⌘-1

Command-1

This will load view attributes. The orientation is the first element.

Upvotes: 0

GhostRider
GhostRider

Reputation: 1207

command + arrow key

Upvotes: 0

Related Questions