Inherits from TKCalendarCell : UIView
Declared in TKCalendarDayNameCell.h

Overview

A calendar cell used to present week day names in TKCalendar.

Instance Methods

attachWithCalendar:withDayOffset:

Attaches a day offset and owner to the cell.

- (void)attachWithCalendar:(TKCalendar *__nonnull)owner withDayOffset:(NSInteger)index

Parameters

owner

The owner for this cell, an instance of TKCalendar.

index

The 0 based day index that specifies the week day for the cell.

Declared In

TKCalendarDayNameCell.h