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

State will be triggered all the time, and not to be loading #301

Open
soulx0 opened this issue Jul 27, 2017 · 0 comments
Open

State will be triggered all the time, and not to be loading #301

soulx0 opened this issue Jul 27, 2017 · 0 comments

Comments

@soulx0
Copy link

soulx0 commented Jul 27, 2017

Because infinite scrolling view's height is 60pt, user can scroll to the mid of the infinite scroll view. In this situation, state is triggered all the time and not to be loading, even if user leave his finger from the screen. I think the reason is that when the last scrollViewDidScroll is triggered, isDragging is still true, not false. Then when user leaves his finger, scrollViewDidScroll will not be called.

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

1 participant