TKCalendarInlineViewTableViewCell Class Reference
Inherits from | UITableViewCell |
Declared in | TKCalendarInlineViewTableViewCell.h |
Instance Methods
attachWithCell:eventIndex:
Attaches a day cell and event index.
- (void)attachWithCell:(TKCalendarDayCell *__nonnull)cell eventIndex:(NSInteger)index
Parameters
- cell
The day cell to which the displayed event belongs.
- index
The index of the evnet inside the day cell events list.
Declared In
TKCalendarInlineViewTableViewCell.h
updateTextForEvent:withCell:
Called when the event text should be updated.
- (void)updateTextForEvent:(id<TKCalendarEventProtocol> __nonnull)event withCell:(TKCalendarDayCell *__nonnull)cell
Parameters
- event
The event associated with this cell.
- cell
The cell whose events should be displayed.
Declared In
TKCalendarInlineViewTableViewCell.h