pujiaxin33 / JXPagingView

类似微博主页、简书主页等效果。多页面嵌套,既可以上下滑动,也可以左右滑动切换页面。支持HeaderView悬浮、支持下拉刷新、上拉加载更多。
MIT License
2.91k stars 565 forks source link

JXPagingSmoothView 不支持 UITableView.automaticDimension #480

Closed uclort closed 3 months ago

uclort commented 1 year ago

经发现是 JXPagingSmoothView 289 行 (list?.listScrollView() as? UITableView)?.estimatedRowHeight = 0 的原因,请问是出于什么考虑必须设置 estimatedRowHeight = 0?

xiaoliang1410 commented 9 months ago

请问解决了吗?怎么解决的?

pujiaxin33 commented 3 months ago

是为了解决【JXPagingSmoothView处理内容过少的情况】