Index Hierarchy TKCalendarTitleCell Class Reference Inherits from TKCalendarCell : UIView Declared in TKCalendarTitleCell.h Overview A calendar cell used to present titles in TKCalendar. Tasks – attachWithCalendar:withText: 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 Index Hierarchy