Closed gosdragon closed 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
Because all day events are implemented by UIView. You can simply implement it by adding a tap gesture.
UIView
Yes, this is what I did, I just wanted to know if there was something done.
Thanks for the help 👍
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