TKCalendarDayViewEventCell Class Reference
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.
Properties
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