We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to figure out when's a good time to detect when the scrolling is done.
Any help is greatly appreciated
The text was updated successfully, but these errors were encountered:
Hey @CVertex,
Have you try the GBInfiniteScrollViewDelegate protocol methods infiniteScrollViewDidScrollNextPage and infiniteScrollViewDidScrollPreviousPage?
GBInfiniteScrollViewDelegate
infiniteScrollViewDidScrollNextPage
infiniteScrollViewDidScrollPreviousPage
Cheers
Sorry, something went wrong.
Thanks @gblancogarcia !
That works great for identifying when the scroll has finished, but I also want when the scroll is starting
From looking at the code, it looks like it's not supported at this stage.
I'll try modifying the code and making a PR
See #50
No branches or pull requests
I'm trying to figure out when's a good time to detect when the scrolling is done.
Any help is greatly appreciated
The text was updated successfully, but these errors were encountered: