You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using this library and i did use your library in android. And now, i am using for Swift.
I am developer with this library but i don't know how to know the range of days when scrolling, in real time.
In the Android library, i can change label when i scrolled but in the iOS i can't find the method who is called when scrolling.
Can you help me ?
Thank you
The text was updated successfully, but these errors were encountered:
Currently we only have an activeDayChanged callback which will trigger when scrolling from one day column to another. I might add some continuous vertical and horizontal scroll listeners in the future. :)
I've had another look at this, and it is quite tricky to get 100% perfect because there's lots of custom scrolling and contentOffset changes that I do to get the WeekView to look just right.
Right now I only have time to add the occasional customisation property, or do a bit of refactoring of existing things. So it might take some time before I get this fully implemented. Sorry for the delay.
Hi,
I am using this library and i did use your library in android. And now, i am using for Swift.
I am developer with this library but i don't know how to know the range of days when scrolling, in real time.
In the Android library, i can change label when i scrolled but in the iOS i can't find the method who is called when scrolling.
Can you help me ?
Thank you
The text was updated successfully, but these errors were encountered: