sunjianios

Results 6 comments of sunjianios

SDWebImage and Kingfisher have the same issue. 😂, https://github.com/SDWebImage/SDWebImage/issues/3675

[归档.zip](https://github.com/onevcat/Kingfisher/files/14383218/default.zip)

Both Safari and Chome cannot display this image on iPhone (06ea173ded834dc19a30c77eda5f76c1)

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,不知道怎么解决?