Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

看一下特殊效果个人主页 分页上部分会留有20左右的空白 #189

Closed
861271841 opened this issue Nov 26, 2021 · 3 comments
Closed

Comments

@861271841
Copy link

以前没有这个问题。可能出现在iOS 15。 你的demo也一样。

@dreamguagua
Copy link

我也遇到这个问题

@dreamguagua
Copy link

@861271841
if #available(iOS 15.0, *) {
tableView.sectionHeaderTopPadding = 0
} else {

    }

可以解决,因为15多了sectionHeaderTopPadding属性,还默认不是0 ,不知道苹果怎么想的

@861271841
Copy link
Author

@dreamguagua 谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants