MJRefresh
MJRefresh copied to clipboard
当plain&MJRefreshAuto§ionFooter&数据满屏幕时,会出现sectionFooter被往上顶悬空的问题
当plain&MJRefreshAuto§ionFooter&数据满屏幕时,底部会出现sectionFooter被往上顶悬空的问题
运行环境
- iPhone17.1
- iOS15.2
- Xcode15.2
plain或者grouped模式下打印都是: (lldb) po tableView.contentInset ▿ UIEdgeInsets
- top : 0.0
- left : 0.0
- bottom : 44.0
- right : 0.0
应该不是mj的问题,不使用mj_footer,设置tableView.contentInset = UIEdgeInsets.init(top: 0, left: 0, bottom: 44, right: 0)就会出现该问题,应该是系统的bug,不知道怎么解决?