TKCalendarDayViewAllDayEventCell Class Reference
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.
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
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