gpt4 book ai didi

ios - 具有自动高度的 TableViewCell 中的 TableView

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:55:15 24 4
gpt4 key购买 nike

enter image description here

我有这样一个单元格

里面的tableView是不支持滚动的,但是有动态的cells,和动态的contentSize

tableView 的高度取决于单元格

当我使用 UITableViewAutomaticDimension 自动调整单元格大小时,

contentTableView.rowHeight = UITableViewAutomaticDimension

它不适用于内部 tableView

它只显示单元格的标签,但不显示 tableView

有答案吗?谢谢

最佳答案

首先在viewDidLoad中写这个

self.tableView.rowHeight = UITableViewAutomaticDimension;
self.tableView.estimatedRowHeight = 44.0;

StoryBord 中将 numberOfLine 属性设置为 0

将 UILable autolayout 设置为 Leading Trailing Top Bottom from super View

希望它能奏效...

有关详细说明,请参阅此 Answer

关于ios - 具有自动高度的 TableViewCell 中的 TableView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41159936/

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