shoheiyokoyama / Koyomi

Simple customizable calendar component in Swift :calendar:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setDayBackgroundColor different color for each date

akillamac opened this issue · comments

as of now when i use
setDayBackgroundColor(UIColor.black, of: myDate1)
then
setDayBackgroundColor(UIColor.red, of: myDate2)

they both become use the last color set (in this case red)

I would like to be able to use different background colors on different dates.

got the same question