-
Notifications
You must be signed in to change notification settings - Fork 810
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
Selecting a date should also select its FollowingMonthWithinBoundary or PreviousMonthWithinBoundary counterpart and vice versa #18
Comments
Looking into this to see if i understand your problem. one sec. |
Ok, i get what you're saying. Selecting a date should also select its |
Yes that's exactly what I want to do with calendarView.selectDates() |
Thank you very much for updating the library! For the month displayed on the cell, I did it in the setupCellBeforeDisplay of the CellView.
Hope it helps a bit ;) |
Thanks. I'll continue with the fix i mentioned above, and the update coming for this Saturday or end of day today (best case scenario) |
updated to version 3.0.0 |
Hello! |
updated to version 3.0.1 to fix a small visual bug i missed. |
Hi again. I only have one issue now, you commented "init(frame: CGRect)" and the only initializer left is "init?(coder aDecoder: NSCoder)". Also do you want me to open a new issue for this? |
Ok. Open a new issue for this. I will look into it in the mean time. |
Oh that init! haha. I commented it out to look into something. I forgot to uncomment it. In the mean time, just open a new issue for this. thanks! |
Hello,
I'm trying to do a range selection. Everything works fine except when I try to select multiple dates.
Dates from the previous or next month, displayed in the current month view are not being selected when I call calendarView.selectDates([dates]).
Also, selecting (by tapping) a date from FollowingMonthWithinBoundary or PreviousMonthWithinBoundary won't select the date on the month it belongs.
On the screenshots I selected April 1st as start date and May 10 as end date and I'm selecting all the dates between with calendarView.selectDates method.
Is there any solution/workaround to achieve this please?
The text was updated successfully, but these errors were encountered: