Conforms to NSObject
Declared in TKCalendarDayView.h

Overview

The TKCalendarDayViewEventCellProtocol protocol is adopted by a cell that represents an event in TKCalendarDayView.

Tasks

Properties

event

Event presented by the cell.

@property (nonatomic, weak, readonly) id<TKCalendarEventProtocol> __nullable event

Declared In

TKCalendarDayView.h

Instance Methods

attachWithEvent:

Updates the cell event.

- (void)attachWithEvent:(id<TKCalendarEventProtocol> __nonnull)event

Parameters

event

The event that will be presented.

Declared In

TKCalendarDayView.h