Inherits from UICollectionReusableView
Declared in TKCalendarYearTitleView.h

Overview

A title view within a year view in TKCalendar.

Properties

view

Returns the contained title cell.

@property (nonatomic, strong, readonly) TKCalendarTitleCell *view

Declared In

TKCalendarYearTitleView.h

Instance Methods

attachWithCalendar:withText:

Attaches an owner and text to the view.

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

Parameters

owner

The view owner, an instance of TKCalendar.

text

The view text.

Declared In

TKCalendarYearTitleView.h