Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 8 enlarges views into ScrollView in Storyboard

I'm not a fan of XCode's betas; I did want to try the one for XCode 8 though. However, one weird issue I'm having is that once I've opened my 7.3 project, the Storyboard enlarges all of my views into a ScrollView towards the right side--as the screenshot below shows:

enter image description here

I don't use Autolayout, because most of the time I set my views in specific positions.

The contains ScrollView of those 2 controllers is 320, so it doesn't get resized, only the views inside of it.

Do you think the release version of XCode 8 will fix this issue?

Or have you encountered the same problem?

Thanks!

like image 604
Frank Eno Avatar asked Nov 09 '22 10:11

Frank Eno


1 Answers

In the StoryBoard, select your ViewController. Open its sizeInspector, set the SimulatedSize to "freeform" and then select the size you want. Hope that helped.

like image 149
Jojo Avatar answered Nov 14 '22 22:11

Jojo