gpt4 book ai didi

ios - TableView contentInset : when scrolling the table to the top, 行在第一个标题上方仍然可见

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

我有一个由 1 个标题和 1 行顺序组成的表格:

Header
Row
Header
Row

我设置了 contentInset 来降低表格内容的开始位置:

self.detailTableView.contentInset = UIEdgeInsetsMake(30.0, 0.0, 0.0, 0.0);

它运行良好,但是,当滚动表格时,表格行的内容在第一个标题上方可见。它们没有消失,而是在 30 像素的上边缘内可见。如何隐藏它们呢?这样滚动才能正常工作。

最佳答案

我假设您在 TableView 中有粘性标题。

如果你想在顶部添加填充,你可以只设置表头 View :

tableView.tableHeaderView = UIView(frame:CGRect(x: 0, y: 0, width: view.frame.width, height: 30))

关于ios - TableView contentInset : when scrolling the table to the top, 行在第一个标题上方仍然可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38480444/

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