UITabIeView CustomCell在快速滚动之前无法正常工作...

时间:2019-03-16 10:06:18

标签: ios swift uitableview custom-cell

我正在尝试设计一个注释Controller,但是不幸的是我做错了什么。我为此使用了uiTableview。

在运行时,带有更多注释文本的自定义单元格隐藏在具有较少数据量的自定义单元格后面。

enter image description here

这是布局结构

enter image description here

如上所示,customcell具有uiimageview和stackview。 Stackview必须使用uilabels。我也将stackview分配设置为成比例。

尽管当我滚动时一切都会变好。

enter image description here

我还在ViewDidLoad中使用了此

tableView.rowHeight = UITableView.automaticDimension

1 个答案:

答案 0 :(得分:1)

看起来像一个约束问题,您仍然可以执行几个步骤

  • 正确设置约束,以行数= 0标记
  • 请确保您在viewdidload中使用以下代码
  

tableView.estimatedRowHeight = YourTableViewHeight
  tableView.rowHeight = UITableViewAutomaticDimension