Conforms to NSObject
Declared in TKCalendarDayView.h

Overview

The delegate of a TKCalendarDayView object must adopt the TKCalendarDayViewDelegate protocol.

Tasks

Instance Methods

calendarDayTimelineView:didMoveToDate:

The date of the timeline that was brought to focus.

- (void)calendarDayTimelineView:(TKCalendarDayView *)calendarDay didMoveToDate:(NSDate *)date

Parameters

calendarDay

The calendar day view.

date

The NSDate object of the day timeline that was brought to focus.

Discussion

The date of the timeline that was brought to focus.

Declared In

TKCalendarDayView.h

calendarDayTimelineView:eventViewWasSelected:

The event view that was selected.

- (void)calendarDayTimelineView:(TKCalendarDayView *)calendarDay eventViewWasSelected:(TKCalendarDayEventView *)eventView

Parameters

calendarDay

The calendar day view.

eventView

The TKCalendarDayEventView that was selected.

Discussion

The event view that was selected.

Declared In

TKCalendarDayView.h