ElegantCalendar icon indicating copy to clipboard operation
ElegantCalendar copied to clipboard

Problem with Date 4th

Open wong-kene opened this issue 3 years ago • 2 comments

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

wong-kene avatar Sep 15 '21 03:09 wong-kene

i can confirm because i am also experiencing this problem

NandaRoma avatar Sep 16 '21 10:09 NandaRoma

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.

wang-jiaolong avatar Apr 03 '22 13:04 wang-jiaolong

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

ThasianX avatar Oct 09 '22 03:10 ThasianX