TKCalendarMonthPresenterDelegate Protocol Reference
Conforms to | TKCalendarPresenterDelegate |
Declared in | TKCalendarMonthPresenter.h |
Overview
The methods declared by the TKCalendarMonthPresenterDelegate protocol allow the adopting delegate to handle notifications specific for month presenter.
Instance Methods
monthPresenter:inlineEventSelected:
Called when a new event was selected in the inline events view. *
- (void)monthPresenter:(TKCalendarMonthPresenter *__nonnull)presenter inlineEventSelected:(id<TKCalendarEventProtocol> __nonnull)event
Parameters
- presenter
The presenter in which this event occurred.
- event
The event that was selected.
Declared In
TKCalendarMonthPresenter.h
monthPresenter:inlineEventsViewDidHideForCell:
Called when the inline events view was hidden. *
- (void)monthPresenter:(TKCalendarMonthPresenter *__nonnull)presenter inlineEventsViewDidHideForCell:(TKCalendarDayCell *__nonnull)cell
Parameters
- presenter
The presenter in which this event occurred.
- cell
The cell which events were displayed in the events view.
Declared In
TKCalendarMonthPresenter.h
monthPresenter:inlineEventsViewDidShowForCell:
Called when the month presenter has shown its inline events view. *
- (void)monthPresenter:(TKCalendarMonthPresenter *__nonnull)presenter inlineEventsViewDidShowForCell:(TKCalendarDayCell *__nonnull)cell
Parameters
- presenter
The presenter in which this event occurred.
- cell
The cell which events will be displayed.
Declared In
TKCalendarMonthPresenter.h
monthPresenter:updateVisualsForInlineEventCell:
Called when new cell for inline event is created. *
- (void)monthPresenter:(TKCalendarMonthPresenter *__nonnull)presenter updateVisualsForInlineEventCell:(TKCalendarInlineViewTableViewCell *__nonnull)cell
Parameters
- presenter
The presenter in which this event occurred.
- cell
The cell which events were displayed in the events view.
Declared In
TKCalendarMonthPresenter.h