Inherits from TKCalendarCell : UIView
Declared in TKCalendarWeekNumberCell.h

Overview

A calendar cell used to present week numbers

Instance Methods

attachWithCalendar:withWeekNumber:

Attaches an owner and a week number to the cell.

- (void)attachWithCalendar:(TKCalendar *__nonnull)owner withWeekNumber:(NSInteger)weekNumber

Parameters

owner

The cell owner, an instance of TKCalendar.

weekNumber

The week number within the year.

Declared In

TKCalendarWeekNumberCell.h