Gerrit Horeis
Gerrit Horeis

Reputation: 561

XCode 8: Unable to set Size

Since the update to Xcode 8 I'm unable to set the size of the initial ViewController (which is then inherited to all other Views). In the past I could set something like iPhone 5, etc. Now I can only set Inferred, etc...

Where can I set the size?

enter image description here

Upvotes: 1

Views: 84

Answers (2)

Rob
Rob

Reputation: 2660

Xcode 8. In the bottom left you can see

enter image description here

Upvotes: 3

KKRocks
KKRocks

Reputation: 8322

Check below screen shot

1 .Set your viewcontroller's size to freedom

enter image description here

2 .Then set size as per your need.

enter image description here

Upvotes: 1

Related Questions