Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在基于奥运会的 iphone 应用程序中实现了 Tapku Library 日历。我想在其上启用一组日期(奥运日期),以便用户只能选择这些日期。
不知道如何在我的应用程序中实现它。
您需要使用以下委托方法来获取选定的日期
- (void)calendarMonthView:(TKCalendarMonthView *)monthView didSelectDate:(NSDate *)d { NSLog(@"calendarMonthView didSelectDate"); }