Inherits from UIView
Conforms to TKCalendarPresenter
Declared in TKCalendarYearPresenter.h

Overview

A calendar presenter responsible for rendering TKCalendar in year view mode.

Tasks

Properties

collectionView

Returns the collection view used by this presenter.

@property (nonatomic, strong, readonly) UICollectionView *collectionView

Declared In

TKCalendarYearPresenter.h

columns

Defines the number of columns.

@property (nonatomic) NSInteger columns

Declared In

TKCalendarYearPresenter.h

delegate

The delegate allowing control over the appereance of the year view.

@property (nonatomic, weak, nullable) id<TKCalendarYearPresenterDelegate> delegate

Declared In

TKCalendarYearPresenter.h

monthCellClass

The class for the cell responsible for presenting a single month in TKCalendarYearPresenter. TKCalendarMonthCell by default.

@property (nonatomic, strong) Class __nonnull monthCellClass

Declared In

TKCalendarYearPresenter.h

style

Returns the presenter style. Use the style properties to customize the visual appearance of TKCalendar in year view mode.

@property (nonatomic, strong, readonly) TKCalendarYearPresenterStyle *style

Declared In

TKCalendarYearPresenter.h

titleViewClass

The class for the view responsible for presenting a year title in TKCalendarYearPresenter. TKCalendarYearTitleView by default.

@property (nonatomic, strong) Class __nonnull titleViewClass

Declared In

TKCalendarYearPresenter.h