lcodecorex / TwinklingRefreshLayout

RefreshLayout that support for OverScroll and better than iOS. 支持下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果,支持RecyclerView,AbsListView,ScrollView,WebView
Apache License 2.0
3.99k stars 671 forks source link

如何屏蔽越界回弹,直接触发加载更多 #190

Open chenwulue opened 4 years ago

chenwulue commented 4 years ago

有用到上拉加载更多功能,希望实现的是用户在上滑松手后自动滑到底部的话,这时候直接触发加载更多。 现在用到框架了到了最后一个item就停下来了,还需要手动上滑加载更多,怎样才能去掉这一步骤呢

zuijiusi commented 3 years ago

setAutoLoadMore(true)