-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Scrolling so fast does not trigger calendarCurrentPageDidChange #113
Comments
I C ... |
@WenchaoIOS After doing some tests. I found that You may check recalculate the current page using the contentOffset and it is not updated. update it and call the delegate method. Something like below:
I hope this help. |
Got it. I'll take this into consideration. |
Should've been fixed. Sorry for being late as there's no solution from Google. |
Hi @WenchaoIOS
I have a probelm. when I scroll very fast in Horizontal direction
calendarCurrentPageDidChange
delegate method sometimes not called.To reperduce this bug:
open SwiftExample and just change the scrollingDirection to Horizontal.
calendar.scrollDirection = .Horizontal
start scrolling as fast as you can serveral time and watch the debug area to see the messages printed
calendarCurrentPageDidChange
Thanks.
The text was updated successfully, but these errors were encountered: