gpt4 book ai didi

ios - 使用 UITableViewAutomaticDimension 时如何更改 UitableviewCell 中 UIView 的高度约束

转载 作者:行者123 更新时间:2023-12-01 16:02:17 24 4
gpt4 key购买 nike

enter image description here

我在 UITableViewCell 中有一个 UIView ,当用户点击“更少/更多”按钮时需要改变它的高度

我的代码是

 - (CGFloat)tableView:(UITableView *)tableView       estimatedHeightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return UITableViewAutomaticDimension;
}

最佳答案

Hook 项目高度约束为 IBOutlet 并在 中更改它cellForRow 像这样

 cell.viewHeightCon.constant = // value

并在返回单元格之前添加
 cell.layoutIfNeeded()

关于ios - 使用 UITableViewAutomaticDimension 时如何更改 UitableviewCell 中 UIView 的高度约束,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48401654/

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