约束在我的表视图的单元格中不起作用

时间:2017-06-11 16:04:39

标签: ios tableview tableviewcell

当我为表格视图的单元格添加一些简单约束时,所有标签都会出现在单元格的左上角。

Image of cell when it is In story board

但是当我运行应用程序时,所有标签都会向左移动!!!

Image of application when it is running

2 个答案:

答案 0 :(得分:0)

尝试使用此按钮并将约束声明为水平和垂直位置而不是pin方法,并使用它声明高度和宽度约束。

enter image description here

答案 1 :(得分:0)

要根据需要定位标签,您可以使用"添加新约束"来指定顶部和左侧约束。故事板中的按钮:

enter image description here

您还应该为标签指定高度和宽度约束:

enter image description here