问题描述
我有一个自定义的的UITableViewCell
我在Interface Builder已经制定了,并添加了必要的限制。
I have a custom UITableViewCell
which I have laid out in Interface Builder and added the necessary constraints.
我的单元格的内容视图总是充满电池的全部,但我注意到,内容视图的所有子视图是由8点插图。约束都为0的恒定我已经设置了视图的layoutMargins是UIEdgeInsetsZero。是否有iOS的某些8默认行为,我忘了?
The content view of my cell always fills the entirety of the cell, but I'm noticing that all subviews of the content view are inset by 8 points. The constraints all have a constant of 0. I have set the layoutMargins of the view to be UIEdgeInsetsZero. Is there some default behaviour in iOS 8 that I'm forgetting?
先谢谢了。
推荐答案
按照以下步骤
轻按该约束>右侧导航>上(第一项或第二项),点击>你可以看到,相对于保证金选项打开。只需取消选中该选项,你会得到正确的位置。
tap on that constraint > right side navigator > tap on (first item or second item) > you can see that "relative to margin" option is on. just uncheck that option and you'll get proper position.
这篇关于缩进上的UITableViewCell所有自动布局约束的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!