PeteC / DSLCalendarView

Simple calendar view for iOS
347 stars 82 forks source link

Add highlighting to dates that have events. #48

Open adamtj12 opened 9 years ago

adamtj12 commented 9 years ago

I have DSLCalendarView loading in perfectly and syncing up with EventKit and when selecting a date allows you to see events in your iOS calendar from that day. However I want to take it a step further and add highlighting to dates that have events. So for example if EventKit had 2 events on Friday the 22nd of May I would like to highlight the date in the date picker, anyone have any knowledge about where to start on this?