将UITableViewCell调整为所需的高度 - 约束问题

时间:2016-10-31 09:35:18

标签: swift uitableview constraints swift3

我正在尝试根据所需的空间量调整我的UITableViewCell高度,但是我似乎无法使用我当前的设置。我正在尝试使用自动布局,并查看了多个主题和文章。

我已经在我的viewDidLoad()

中使用了两行代码
tableView.estimatedRowHeight = 80
tableView.rowHeight = UITableViewAutomaticDimension

这是我在故事板中的当前设置: enter image description here enter image description here

最终结果如下:

enter image description here

我将如何解决此问题并使其按照我希望的方式运行? (我很可能用约束填充一些非常简单的东西,我对自动布局和约束非常糟糕)

谢谢, 最大

修改

在对这篇文章UITableViewAutomaticDimension Not Working for Resizing Cell Height的答案中尝试@Joe的一些建议之后。 我尝试过他建议的许多变种。它部分地解决了这个问题,但是有些事情搞砸了。我还尝试重新排序我添加约束的方式。结果如下: enter image description here

0 个答案:

没有答案