JZCalendarWeekView
JZCalendarWeekView copied to clipboard
How to get click event and date of click on column header date ?
Customise your own JZColumnHeader
and save the Date
in your customised view when viewForSupplementaryElementOfKind
updateView
. Then set UITapGestureRecognizer
to this view.