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
{{ message }}
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: