Question

I am working on the app. I open the calender using Tapku Library when I click on Event's date (suppose, the date is from next or previous month's date). It will displayed correctly on calendar with this date as selected date, but when I go to the current month, it will display 1st date and current date as a selected date, actually I want to display only current date as a selected date. Can anybody help me.?? Thank you in advance.

Was it helpful?

Solution

using the

#pragma mark TKCalendarMonthViewDelegate methods**

- (void)calendarMonthView:(TKCalendarMonthView *)monthView didSelectDate:(NSDate *)d {
}
- (void)calendarMonthView:(TKCalendarMonthView *)monthView monthDidChange:(NSDate *)d {
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top