Search code examples
ios10xcode8

Xcode 8 forces to 'Choose an initial device view'


enter image description here

I currently updated to Xcode 8 GM. When I try to see my storyboard, above window pops up and there's no way to avoid this settings. I chose 6s screen and all my view controllers changed to 6s size. It will be much harder to adjust layout constraints on that small screens. I believe it's possible to change the size to iPad but I want to know what this is first.

No way to comeback to ambiguous sized view controllers?

What is this settings for?


Solution

  • In Xcode 8.1 updated version, there is a shortcut button for this.

    For cases, when only updating of the Xcode fired these warnings, just select the problematic view's superview (containing mentioned constraints), and click this update frames button:

    enter image description here