TKCalendarMonthView Class Reference
Inherits from | UIView |
Declared in | TKCalendarMonthView.h |
Instance Methods
attachWithCalendar:presenter:withYear:andMonth:
Attaches an owner and date to the view.
- (void)attachWithCalendar:(TKCalendar *__nonnull)owner presenter:(TKCalendarYearPresenter *__nonnull)presenter withYear:(NSInteger)year andMonth:(NSInteger)month
Parameters
- owner
The view owner, an instance of TKCalendar.
- presenter
The view presenter, an instance of TKCalendarYearPresenter.
- year
The year.
- month
The month.
Declared In
TKCalendarMonthView.h