Show view attribute attribute in xcode

Any idea how to make this window visible in xcode?

http://i.stack.imgur.com/cYUbw.png

I want to change my orientation, but I can’t find the Simulated Metrics tab anywhere.

+5
source share
3 answers

Since it Simulated Metricsonly applies to UIViews(if you are not using Storyboards) and UIViewControllersubclasses, the easiest way is to select a view or controller and do this: enter image description here

+9
source

you will only get this if you select viewController and select

View → Utilities → Attribute Display Inspector

+11
source

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

+3
source

All Articles