Any idea how to make this window visible in xcode?
I want to change my orientation, but I can’t find the Simulated Metrics tab anywhere.
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:
Simulated Metrics
UIViews
Storyboards
UIViewController
you will only get this if you select viewController and select
View → Utilities → Attribute Display Inspector
You must have a view controller selected and the Utilities panel displayed.