shoheiyokoyama / Koyomi

Simple customizable calendar component in Swift :calendar:
MIT License
749 stars 103 forks source link

setDayBackgroundColor different color for each date #39

Open akillamac opened 6 years ago

akillamac commented 6 years ago

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.

TonyTang2001 commented 5 years ago

got the same question