Reputation:
Any idea how I make this window visible in xcode?
I want to change the orientation but I can't find the "Simulated Metrics" tab anywhere.
Upvotes: 8
Views: 22884
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:
Upvotes: 13
Reputation: 8147
You must have a view controller selected and the Utilities panel displayed.
Upvotes: 2
Reputation: 3963
you only get this if you select viewController and select
View -> Utilities -> Show Attributes Inspector
Upvotes: 12