zjfjack / JZCalendarWeekView

Calendar Week & Day View in iOS Swift
MIT License
460 stars 121 forks source link

How to get click event and date of click on column header date ? #78

Open RanjeetStiga opened 5 years ago

zjfjack commented 5 years ago

Customise your own JZColumnHeader and save the Date in your customised view when viewForSupplementaryElementOfKind updateView. Then set UITapGestureRecognizer to this view.