user393964
user393964

Reputation:

Show view attributes inspector in xcode

Any idea how I make this window visible in xcode?

https://i.sstatic.net/cYUbw.png

I want to change the orientation but I can't find the "Simulated Metrics" tab anywhere.

Upvotes: 8

Views: 22884

Answers (3)

Alladinian
Alladinian

Reputation: 35616

Since Simulated Metrics apply only to UIViews (if you don't use Storyboards) and UIViewController subclasses the easiest way is to select the view or controller and do this: enter image description here

Upvotes: 13

Alexander
Alexander

Reputation: 8147

You must have a view controller selected and the Utilities panel displayed.

Upvotes: 2

MJVDM
MJVDM

Reputation: 3963

you only get this if you select viewController and select

View -> Utilities -> Show Attributes Inspector

Upvotes: 12

Related Questions