Ios swift TableView Cell Label LineBreak无效...

时间:2016-10-31 07:50:49

标签: ios swift uitableview line-breaks custom-cell

我是IOS开发的新手。我在标签末尾遇到了关于Linebreak的问题。我已将tableview单元格标签换行设置为Truncate Tail,但它不起作用(不用三个点替换结束)。请指导我,我该如何解决这个问题。 谢谢

No three dots are showing as LineBreak

On Drag Left Label Text is overlaping the action buttons.

2 个答案:

答案 0 :(得分:1)

您已经提供了cell.eventName.numberOfLines = 0,这意味着它会将您的文字换成多行。它不会截断它。你需要给出默认的numberOfLines(即1)来得到最后的三个点。

答案 1 :(得分:1)

请点击“解决自动布局限制”'然后单击“更新布局约束”。它会弹出然后添加高度和宽度约束。 您将看到问题将得到解决。