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

上拉加载的问题 #1

Open
jwjvictor opened this issue Nov 20, 2017 · 5 comments
Open

上拉加载的问题 #1

jwjvictor opened this issue Nov 20, 2017 · 5 comments

Comments

@jwjvictor
Copy link

当数据控制在屏幕显示的界面内,上拉加载的圆圈一直再转,调用方法不能够消失

@zhangtuodd
Copy link
Owner

调用顺序正确吗?complete()保证在后调用

@WiseDiligent
Copy link

上啦加载不好用啊

@simune
Copy link

simune commented Dec 11, 2017

我也遇到了上拉加载问题,当数据项数据不能满屏时,下面会有进度圈一直在转

@Kelep
Copy link

Kelep commented Mar 20, 2018

对,我这只有一条数据时也是下面一直有个圈圈再转。。。。。。

@zhangtuodd
Copy link
Owner

不好意思各位!最近做项目比较忙,你们可以在显示条目数不满一屏幕的时候判断下,也可以根据后端接口返回数据(比如3条或者1条时)加上refreshView.complete();
refreshView.setLoadMoreEnable(false); 或者 refreshView.complete();
refreshView.onNoMore();

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

No branches or pull requests

5 participants