zjfjack / JZCalendarWeekView

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

Interaction with AllDay event #75

Closed gosdragon closed 5 years ago

gosdragon commented 5 years ago

Hi

First of all, thanks for the framework.

I'm trying to do actions when all day event is tapped, but no method is called unlike other event. How can I intercept this action?

Thank you so much

zjfjack commented 5 years ago

Because all day events are implemented by UIView. You can simply implement it by adding a tap gesture.

gosdragon commented 5 years ago

Yes, this is what I did, I just wanted to know if there was something done.

Thanks for the help 👍