xcode中使用xib添加autolayout中constrain to margins的不同

Posted _嵌入式开发_

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xcode中使用xib添加autolayout中constrain to margins的不同相关的知识,希望对你有一定的参考价值。

在使用xcode7 在storyboard中添加autolayout中发现 如果添加在view 直接添加到viewcontroller的view 上 

constrain to margins    只有左右20point的

如果view(viewB)没有直接添加到viewcontroller的view上而是添加到一个view 上,那么 viewB 的

constrain to margins是 上下左右各为8point的

仅是自己的一点体会,如果不对欢迎拍砖!!!

以上是关于xcode中使用xib添加autolayout中constrain to margins的不同的主要内容,如果未能解决你的问题,请参考以下文章

iOS 在xib或者storyboard中添加AutoLayout后,在代码中修改AutoLayout约束条件

iOS - XIB之AutoLayout添加约束

XIB——AutoLayout添加约束

Xcode Autolayout - 横向/纵向约束

AutoLayout - 使用水平约束保持图像的比例(Swift Xcode 6)

如何在UIScrollView的xib上添加子控件并添加AutoLayout约束