Hi there,
Can anyone tell me how can i detect the tap event when the user taps the calender control and choose a day (when the calendar is in week view) or an appointment (when the calendar is in day view) or choose a month or a year (when the user is navigation on the control)?
Adicionality I need to return the day number that was tap by the user, or the appointment that the user taped...etc...
thanks
Hi,
The IGCalendarView has a property called delegate of type:
IGCalendarViewDelegate
This protocol, has a bunch of methods, including one for detecting a month in a yearView being tapped, a day in a month view being tapped, and an appointment being tapped.
YearViewMonthTapped
MonthViewDayTapped
AppointmentTapped
All of those methods provide the actual date being tapped.
I hope this helps. Don't hesitate to ask, if you have any more questions.
-SteveZ
Hi ,
I need tap on appointment in month view itself. Is it possible?
Regards
Ameer