gpt4 book ai didi

ios - 当 2 个选项卡并排共享同一个 tableView 时,UITableView 的额外空间

转载 作者:可可西里 更新时间:2023-11-01 00:56:19 33 4
gpt4 key购买 nike

我和这个问题有同样的问题: Why is there extra padding at the top of my UITableView with style UITableViewStyleGrouped in iOS7

我在这篇文章中尝试了很多解决方案,但没有一个对我有用。所以我想在这里发布我的项目,以便每个人都可以看看并帮助我找到解决方案。

enter image description here

https://github.com/happysmile09/TableViewIssue

描述:在选项卡 2 中,我将表格 View 滚动到底部,然后移动到选项卡 1,显示额外的顶部空间。

最佳答案

如果您不需要标题高度,您可以使用以下函数来使高度为 0 并最小化间距

func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 0.0;
}

enter image description here

关于ios - 当 2 个选项卡并排共享同一个 tableView 时,UITableView 的额外空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47175575/

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