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

How to detect when scrolling has begun? #49

Closed
CVertex opened this issue Aug 31, 2015 · 3 comments
Closed

How to detect when scrolling has begun? #49

CVertex opened this issue Aug 31, 2015 · 3 comments

Comments

@CVertex
Copy link
Contributor

CVertex commented Aug 31, 2015

I'm trying to figure out when's a good time to detect when the scrolling is done.

Any help is greatly appreciated

@gblancogarcia
Copy link
Owner

Hey @CVertex,

Have you try the GBInfiniteScrollViewDelegate protocol methods infiniteScrollViewDidScrollNextPage and infiniteScrollViewDidScrollPreviousPage?

Cheers

@CVertex
Copy link
Contributor Author

CVertex commented Aug 31, 2015

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

@CVertex
Copy link
Contributor Author

CVertex commented Aug 31, 2015

See #50

@CVertex CVertex closed this as completed Aug 31, 2015
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

2 participants