gpt4 book ai didi

ios - 无法禁用 UITableView 分组中部分的页脚

转载 作者:行者123 更新时间:2023-11-28 06:05:34 25 4
gpt4 key购买 nike

我正在使用 UITableView 分组并使用多个部分。我正在使用这些代码来隐藏部分的页脚。

 self.tableView.estimatedSectionFooterHeight = 0
self.tableView.sectionFooterHeight = 0

public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {

return 0.0

}

public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {

return UIView()

}

只有第 0 部分的页脚没有被隐藏。

截图如下:

enter image description here

请帮忙!

最佳答案

如果您使用的是 grouped tableview,那么总会有页脚,并且它永远不会接受 0 值。但是您可以返回 0.51 来解决您的问题,而无需覆盖 viewForFooterInSection

关于ios - 无法禁用 UITableView 分组中部分的页脚,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48346831/

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