gpt4 book ai didi

ios - UITabIeView CustomCell 在滚动之前无法正常工作... swift

转载 作者:行者123 更新时间:2023-11-28 13:47:48 25 4
gpt4 key购买 nike

我正在尝试设计一个评论 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

最佳答案

看起来像一个约束问题,你还可以做几步

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

tableView.estimatedRowHeight = YourTableViewHeight
tableView.rowHeight = UITableViewAutomaticDimension

关于ios - UITabIeView CustomCell 在滚动之前无法正常工作... swift ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55195550/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com