Skip to content
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

How to know when i do horizontal scroll [Listenner method] #16

Open
2161352 opened this issue May 2, 2019 · 2 comments
Open

How to know when i do horizontal scroll [Listenner method] #16

2161352 opened this issue May 2, 2019 · 2 comments

Comments

@2161352
Copy link

2161352 commented May 2, 2019

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

@reilem
Copy link
Member

reilem commented May 2, 2019

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. :)

@reilem
Copy link
Member

reilem commented Aug 25, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants