Inherits from UIViewController
Conforms to TKCalendarDelegate
Declared in TKCalendarYearViewController.h

Overview

A view controller containing TKCalendar in year view mode. Use this controller to create iOS 7 calendar style user experience.

Tasks

Properties

contentView

The calendar view contained in this view controller.

@property (nonatomic, strong, readonly) TKCalendar *contentView

Declared In

TKCalendarYearViewController.h

delegate

@property (nonatomic, strong) id<TKCalendarYearViewControllerDelegate> __nullable delegate

Declared In

TKCalendarYearViewController.h

selectedItemRect

Returns the frame which represents the currently selected month (read-only).

@property (nonatomic, readonly) CGRect selectedItemRect

Declared In

TKCalendarYearViewController.h

todayButton

The today button used in the navigation bar for this view controller.

@property (nonatomic, strong, readonly) UIBarButtonItem *todayButton

Declared In

TKCalendarYearViewController.h