Open SYM1000 opened 4 years ago
you could try this:
rkManager1.selectedDates = [Date().addingTimeInterval(60*60*24*2)]
rkManager1.colors.selectedBackColor = Color.green
rkManager1.colors.selectedColor = Color.purple
Note, this will change the color for all dates in selectedDates, but if you only put one in...
Great work with the calendar library. Is there any way to mark a day and mark the day with a specific color?