-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Anyway to allow for infinite scrolling? #29
Comments
How are you achieving this with that delegate method with UITableView? I'm presuming the implementation here, if you change the y offset position to go back to the top, but wouldn't the velocity suddenly change during a scroll and it coming to a half after the offset? aka it does not continue scrolling after changing the offset to give the effect of infinite scrolling |
So first I check whether I need to generate more data (using y offset), and then if I do, add the new data, reload the table, and scroll to the new last element using scrollToRow with the ".none" option. Not sure how it works behind the scenes, but there are plenty of articles online that go more in depth. |
Any update for this? |
Have you found solution for this case? |
Hello,
Is there a way to do infinite scrolling? In UITableView it's relatively simple using scrollViewDidScroll, but I can't find something similar for this library.
Please help!
The text was updated successfully, but these errors were encountered: