Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8 beta - How do you change the size of all the viewcontrollers in storyboard?

Tags:

xcode

ios

iphone

I was previously using xcode 7.3 and just upgraded to xcode 8 beta but in the process the sizes of all my viewcontrollers on storyboard went from a wider (iphone 6 plus type of size) to a narrower (iphone 6 type of size). This has really messed with my constraints and I was wondering how do I change the size back? Any help would be greatly appreciated.

Below is the picture of the current view controller size in Xcode 8 beta enter image description here

enter image description here

like image 544
Babz Avatar asked Aug 10 '16 02:08

Babz


2 Answers

As of XCode 8, at the bottom right, select View As: (and then the device you want)

View As

like image 197
JBaczuk Avatar answered Nov 20 '22 10:11

JBaczuk


From here you can set/select all the screen sizes available All screen size

like image 4
gurmandeep Avatar answered Nov 20 '22 10:11

gurmandeep