AutoLayout约束表格视图单元格

时间:2018-04-30 12:30:07

标签: ios swift4

有人可以告诉我为什么即使在Autolayout中给出约束后我也无法在给定的屏幕中显示我的表格视图单元格的选项。

代码 -

[在此处输入链接描述] [1]

https://www.dropbox.com/s/1opbr0wsxp2t7fr/dropbox.zip?dl=0

1 个答案:

答案 0 :(得分:1)

问题是所有按钮的文字超出了表的宽度你可以增加它或将它们放在UIStackView这样的

enter image description here

enter image description here