xcode9 创建xib的时候报了Safe Area Layout Guide before ios9.0的错,由于项目最低支持iOS8,估计是又出了什么新特性,Google一下原因如下
苹果在iOS7中引入的Top Layout Guide和Bottom Layout Guide,这些布局指南在iOS 11中被弃用,取而代之的是Safe Area Layout Guide.
解决
在xib属性中把Safe Area Layout Guide属性勾去掉
苹果在iOS7中引入的Top Layout Guide和Bottom Layout Guide,这些布局指南在iOS 11中被弃用,取而代之的是Safe Area Layout Guide.
解决
在xib属性中把Safe Area Layout Guide属性勾去掉
本文标题:Xcode9 新特性 Safe Area Layout Guid
本文链接:https://www.haomeiwen.com/subject/achcextx.html
网友评论