如何使用自动布局在一个具有相同宽度的uitableviewcell中设置八个uilabel

时间:2019-01-13 08:27:17

标签: swift uitableview uilabel ios-autolayout

搜索并应用许多结果后,我没有解决我的问题的方法。

如何设置标签,以便可以在表格视图单元格中以相同的字体大小显示所有标签。

我需要在“水平”的一个表格视图单元格中显示5个标签和2个按钮。

enter image description here

请帮助我如何设置所有标签。

1 个答案:

答案 0 :(得分:1)

请按照我的步骤进行。

第1步:

在情节提要tableViewCell中添加5个标签和2个按钮。

第二步

使用按钮选择所有label,然后将其嵌入stackview

enter image description here

第3步:

选择stackView并添加autolayoutLeading 0和trailing 0。

enter image description here

第4步:

选择attribute inspector,然后将alignmentdistribution设置为图片。

enter image description here

设置font

它可能会帮助您。谢谢。