문제

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.

도움이 되었습니까?

해결책

using the

#pragma mark TKCalendarMonthViewDelegate methods**

- (void)calendarMonthView:(TKCalendarMonthView *)monthView didSelectDate:(NSDate *)d {
}
- (void)calendarMonthView:(TKCalendarMonthView *)monthView monthDidChange:(NSDate *)d {
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top