You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like cellFont and cellEventColor were incorrect even if I configured them with CalendarView.Style(). I already tried on default ViewController.
Solution
I've read the code, and the root cause is that CalendarDayCell was initialized and set cellFont and cellEventColor before dayCell.style = style was assigned in CalendarView+DataSource.
I created a PR here #146. You may want to take a look. It works fine then.
Environment
XCode version: 14.3
Swift version: 5.0
KDCalendar version: 1.8.9
The text was updated successfully, but these errors were encountered:
leson1106
changed the title
textLabel & dotsView in CalendarDayCell didn't not work with style
textLabel & dotsView in CalendarDayCell did not work with style
Nov 16, 2023
New Issue Checklist
Issue Description
It seems like
cellFont
andcellEventColor
were incorrect even if I configured them withCalendarView.Style()
. I already tried on default ViewController.It didn't change at all
Solution
I've read the code, and the root cause is that
CalendarDayCell
was initialized and setcellFont
andcellEventColor
beforedayCell.style = style
was assigned inCalendarView+DataSource
.I created a PR here #146. You may want to take a look. It works fine then.
Environment
XCode version: 14.3
Swift version: 5.0
KDCalendar version: 1.8.9
The text was updated successfully, but these errors were encountered: