使用autolayout将UIView设置为UITableViewCell内容视图的一半高度

时间:2015-02-10 18:10:55

标签: ios objective-c interface-builder autolayout uistoryboard

我有UITableViewCellUIView作为子视图。我希望UIView(深蓝色矩形)的高度始终等于UITableViewCell内容视图高度的一半。

我知道我应该在UIView和单元格内容视图之间设置约束,但是当我在UIView和单元格内容视图之间进行ctrl拖动时,此选项被禁用。

如何在故事板内的原型单元格上使用“自动布局”实现此目的?

the dark blue is the subview, I want its height to be equal to half the cell's height

1 个答案:

答案 0 :(得分:0)

如果您设置了底部布局约束然后对其进行编辑,则可以更改其约束的视图的哪个部分。

enter image description here