Inherits from UIView
Declared in TKCalendarMonthView.h

Overview

A month view rendered by using a core graphics.

Properties

date

Returns the date for this cell.

@property (nonatomic, strong, readonly) NSDate *date

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