gpt4 book ai didi

ios - 表格 View 动态高度

转载 作者:行者123 更新时间:2023-11-28 20:52:58 25 4
gpt4 key购买 nike

我在我的 UITableView 上实现了可扩展部分,现在我的问题是当 UIViewController 加载表格时,该部分下方有行。

未展开:

enter image description here

展开:

enter image description here

如果该部分未展开,我希望 UITableView 没有行,因此我可以在该部分下方设置另一个 UIView。当该部分展开时,UIView 应该消失,表格 View 将显示在整个屏幕上。

最佳答案

简单地实现 viewForFooterInSection 并返回一个空 View 。

func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
return UIView(frame: .zero)
}

关于ios - 表格 View 动态高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55678476/

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