标签尺寸不会改变

时间:2017-08-26 09:06:37

标签: ios swift uitableview uilabel

我正在尝试制作聊天应用。我有一个tableView和原型单元格,我有UILabel。但我坚持使用标签尺寸(HxW)。请看下面的图片:

enter image description here

第一个标签是额外的宽度和高度更少。我希望标签的宽度可以根据其内容而不是按钮。

这些是禁区:

enter image description here

对于我正在使用的身高:

func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
{
    return  UITableViewAutomaticDimension

}

0 个答案:

没有答案