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

当plain&MJRefreshAuto&sectionFooter&数据满屏幕时,会出现sectionFooter被往上顶悬空的问题 #1607

Open
sunjianios opened this issue Mar 22, 2024 · 2 comments
Labels

Comments

@sunjianios
Copy link

当plain&MJRefreshAuto&sectionFooter&数据满屏幕时,底部会出现sectionFooter被往上顶悬空的问题

运行环境

  • iPhone17.1
  • iOS15.2
  • Xcode15.2
@sunjianios sunjianios added the bug label Mar 22, 2024
@sunjianios
Copy link
Author

plain或者grouped模式下打印都是:
(lldb) po tableView.contentInset
▿ UIEdgeInsets

  • top : 0.0
  • left : 0.0
  • bottom : 44.0
  • right : 0.0

@sunjianios
Copy link
Author

应该不是mj的问题,不使用mj_footer,设置tableView.contentInset = UIEdgeInsets.init(top: 0, left: 0, bottom: 44, right: 0)就会出现该问题,应该是系统的bug,不知道怎么解决?

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

No branches or pull requests

1 participant