iOS TableView和prototypecell约束无法正常工作

时间:2015-09-07 06:40:58

标签: ios swift autolayout tableview tablecell

我有一个带有prototypeCell的tableView。

我添加了约束来使tableView占用整个视图:

enter image description here

我在原型单元的底部添加了一个“灰色区域”,占据了宽度的100%。

然而,当我运行应用程序时,第一个tableCell上方有一个大区域,灰色区域没有100%宽度:

enter image description here

我做错了什么?约束问题?

1 个答案:

答案 0 :(得分:0)

您应该取消选中Constrain to margins,并可以调整约束的值以使灰色视图为全宽。

关于顶部的空白区域 - 看起来你的tableView设置有问题,而不是单元格