Inherits from UICollectionViewCell
Conforms to TKCalendarDayViewEventCellProtocol
Declared in TKCalendarDayViewEventCell.h

Overview

A TKCalendarDayViewEventCell object presents the content for a single event displayed in the TKCalendarDayViewventsView collection view.

Tasks

Properties

event

The displayed event.

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

Declared In

TKCalendarDayViewEventCell.h

style

Provides settings to customize the appearance of the cell.

@property (nonatomic, strong, readonly, nonnull) TKCalendarDayViewEventCellStyle *style

Declared In

TKCalendarDayViewEventCell.h

Instance Methods

attachWithEvent:

Updates the displayed event.

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

Parameters

event

The events that will be displayed.

Declared In

TKCalendarDayViewEventCell.h