weilsonwonder / WWCalendarTimeSelector

A android inspired iOS date/time picker
MIT License
317 stars 126 forks source link

How to High light an Array of Past Dates? #58

Open rankinit opened 6 years ago

rankinit commented 6 years ago

I had an older version of this library and was able to highlight past dates by doing the following:

"selector.highlightSignificantDates = dates"

This would highlight in the dates similar to selection date (round circle) any date that would have data associated with that date (in my application users would see a highlighted data and could pick it to see past information).

Currently I don't see how I can do this in the new Swift 3 version. How can we highlight past dates to show the user that something significant happen on that date?