-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Adding Horizontal Pull to Refresh #209
Comments
Hi! Did you implement this feature? |
I have not used SVPullToRefresh. I have implemented mine this way:
then implement this in your collectionViewController:
I use these delegate callbacks to adjust my custom pull to refresh animation. or you can use these callbacks to fetch new data from server. |
Thanks. I created an infinite scroll based on your code. |
Can you share your infinite scroll solution for horizontal collection view? I also have same requirement. Thank you. |
Code hashemp206 wrote in his comment works well. I translated it in Swift and removed some delegate calls I don't need in my project. I recommend to try his code. |
Ok I will give it a shot. Thank you :) |
so it's clear:
Is it possible to use it for horizontal ScrollView? like horizontal tableView or CollectionView?
should I modify the code? or it is simple as adding for vertical scroll views?
I have added to my horizontal collectionView but couldn't see any behavior!
The text was updated successfully, but these errors were encountered: