Inherits from UICollectionViewCell
Conforms to TKCalendarDayViewEventCellProtocol
Declared in TKCalendarDayViewAllDayEventCell.h

Overview

A TKCalendarDayViewAllDayEventCell object presents the content for a single event displayed in the TKCalendarDayViewAllDayEventsView eventsView collection view.

Tasks

Properties

event

The displayed event.

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

Declared In

TKCalendarDayViewAllDayEventCell.h

label

The label that displays the title of the event.

@property (nonatomic, strong, readonly, nonnull) UILabel *label

Declared In

TKCalendarDayViewAllDayEventCell.h

style

Provides settings to customize the appearance of the cell.

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

Declared In

TKCalendarDayViewAllDayEventCell.h

Instance Methods

attachWithEvent:

Updates the displayed event.

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

Parameters

event

The events that will be displayed.

Declared In

TKCalendarDayViewAllDayEventCell.h