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