Is there anyway to add something the shows there is an event happening on that day in a DatePicker?

I would like to show when there is an event on the selected day in a DatePicker (maybe using an array of dates or something)... Or would I have to create a custom calendar to do this?


Example (the coloured dots under 6th, 15th and 25th):
imgur.com/a/Oow8kNR


Those are dots you have drawn on the image, not programmatic, right ?

when there is an event

An event defined where ?
In anycase, you would have to define your own datePicker.

May look at this:
https://stackoverflow.com/questions/37388633/how-to-customise-the-uidatepicker-components-in-swift

Or would I have to create a custom calendar to do this?

I'm afraid so. As far as I know and checked the documentations by Apple, and searched on the web for a short while, I could not find any options or modifiers to customize the calendar shown in GraphicalDatePickerStyle.

You can send a feature request using Apple's Feedback Assistant.
Yes, I drew those dots on in Preview just to demonstrate my idea








So, implement your own DatePicker.
The link I provided will give you useful hints.
I might try and work off of this one: https://github.com/RaffiKian/RKCalendar
Is there anyway to add something the shows there is an event happening on that day in a DatePicker?
 
 
Q