-
Notifications
You must be signed in to change notification settings - Fork 104
Keep selected days highlighted after switched to next month and then back #38
Comments
I have also issue regarding this. Can someone has workaround? |
Seams to be a problem withs this project, we cant select other month by using the method select() |
Having the same problem. Any other workarounds? |
We can store dates using koyomi(_: didSelect: forItemAt), then using koyomi.select(dates: dates) to show them in previous or next month. Any thoughts? I have not tried this yet |
Any solution for it anyone? |
I have found a temporary solution. It is a bit glitchy but works
Store all of your selected dates in "theDates" array. When the user changes the month call this function. the Key here was calling koyomi!.reloadData() |
Hi,
I encountered an issue regarding days selection. When I select a sequence of days, switch to the next month and then I get back on the initial month, my selected days are not highlighted anymore.
I tried to force selection calling a select(), but unsuccessfully.
Am I doing something wrong? Do you know a workaround?
Thanks
The text was updated successfully, but these errors were encountered: