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アプリにTapkuLibraryカレンダーを実装しました。ユーザーがそれらの日付のみを選択できるように、一連の日付(オリンピックの日付)を有効にしたい。
私のアプリにそれを実装する方法がわかりません。
選択した日付を取得するには、次のデリゲート メソッドを使用する必要があります
- (void)calendarMonthView:(TKCalendarMonthView *)monthView didSelectDate:(NSDate *)d { NSLog(@"calendarMonthView didSelectDate"); }