Xcode 8 GM seed Storyboard layout issue

巧了我就是萌 提交于 2019-11-28 06:56:40

if you are using Auto Layout then, Please Select one by one UIViewController Scene in Main Storyboard. Click Update Frame, it will automatically adjust all frames of a selected view controller.

The only workaround I've found for this is to make the view controllers size "fixed" using the Size Inspector.

You can change Simulated size of view controller from size inspector. Go to size inspector and change simulated size to Free form. You can set width and height of view as you like. To view the screen as it was in iOS 9, change width and height to 600.

user3796634

If you are compiling your build for iOS 9.3 or earlier versions then you can just change the builds for option to 9.3x.

Change builds for to 9.3:-

EDIT: Finally Apple fixed this issue with Xcode 8.2.1, good job Apple devs :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!