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.
Hi @WenchaoIOS
I have a probelm. when I scroll very fast in Horizontal direction
calendarCurrentPageDidChangedelegate method sometimes not called.To reperduce this bug:
open SwiftExample and just change the scrollingDirection to Horizontal.
calendar.scrollDirection = .Horizontalstart scrolling as fast as you can serveral time and watch the debug area to see the messages printed
calendarCurrentPageDidChangeThanks.