kvyatkovskys / KVKCalendar

A most fully customization calendar for Apple platforms 📅
https://kvyatkovskys.github.io/KVKCalendar/
MIT License
537 stars 118 forks source link

Fix the DayCell style error caused by reuse #379

Closed rakuyoMo closed 3 weeks ago

rakuyoMo commented 3 weeks ago
image

As shown in the figure, under boundary conditions, due to cell reuse, the cell with the empty style may reuse the cell with the selected style, resulting in style errors.

This PR fixes this problem.