Inherits from UICollectionViewCell
Declared in TKCalendarMonthCell.h

Overview

A month within a year view in TKCalendar.

Properties

monthView

Returns the contained calendar cell instance.

@property (nonatomic, strong, readonly) TKCalendarMonthView *monthView

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