Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Long press event on a calendar appointment
posted

Hello,

-(void)calendarView:(IGCalendarView *)calView appointmentTapped:(IGCalendarAppointment*)appt fromDataSource:(id)dataSource withBounds:(CGRect)rect forDay:(NSDate*)date;

I love this event but is there any way to have a long press event on an appointment? I want to display an action sheet menu on an appointment when you long press. That way people can execute some quick actions on appointments.

Most ideal would be if there was a delegate method that would look something like this:

-(void)calendarView:(IGCalendarView *)calView appointmentPressed:(IGCalendarAppointment*)appt fromDataSource:(id)dataSource withBounds:(CGRect)rect forDay:(NSDate*)date;

Since that method is not available is there a work around?

Thanks in advance!

Daan Vermeulen