ElegantCalendar
ElegantCalendar copied to clipboard
Problem with Date 4th
why is at every 4th of every month, there's always problems?
date cannot be clicked and color same with day of other month
Thanks..
i can confirm because i am also experiencing this problem
I also found this problem. Download the example and change the line 59 under the ExampleCalendarView.swift file, 'return day != 4' to 'return true' to solve the problem. I have not yet delved into the author's intention.
The example is just an example. It is meant to show the flexibility of the library, in this case allowing consumers to disable certain days from being clicked. You may want to do this if it is a holiday