Inherits from TKCalendarCell : UIView
Declared in TKCalendarTitleCell.h

Overview

A calendar cell used to present titles in TKCalendar.

Instance Methods

attachWithCalendar:withText:

Attaches the cell with its owner and a text.

- (void)attachWithCalendar:(TKCalendar *__nonnull)owner withText:(NSString *__nullable)text

Parameters

owner

The cell owner, an instance of TKCalendar.

text

The cell text.

Declared In

TKCalendarTitleCell.h