Inherits from TKCalendarTitleCell : TKCalendarCell : UIView
Declared in TKCalendarMonthTitleCell.h

Overview

Represents a title cell used in TKCalendarMonthPresenter.

Properties

layoutMode

The layout mode.

@property (nonatomic) TKCalendarMonthTitleCellLayoutMode layoutMode

Discussion

The available layout modes are specified below:

typedef enum { TKCalendarMonthTitleCellLayoutModeMonth, // A month name and year number will be displayed. TKCalendarMonthTitleCellLayoutModeMonthWithButtons // A month name with previous and next buttons. TKCalendarMonthTitleCellLayoutModeMonthAndYearWithButotns // A month name, year number and previous/next buttons. } TKCalendarMonthTitleCellLayoutMode;

Declared In

TKCalendarMonthTitleCell.h

nextMonthButton

The next month button.

@property (nonatomic, strong) UIButton *nextMonthButton

Declared In

TKCalendarMonthTitleCell.h

nextYearButton

The previous year button.

@property (nonatomic, strong) UIButton *nextYearButton

Declared In

TKCalendarMonthTitleCell.h

previousMonthButton

The previous month button.

@property (nonatomic, strong) UIButton *previousMonthButton

Declared In

TKCalendarMonthTitleCell.h

previousYearButton

The previous year button.

@property (nonatomic, strong) UIButton *previousYearButton

Declared In

TKCalendarMonthTitleCell.h

yearLabel

The year label.

@property (nonatomic, strong, readonly) UILabel *yearLabel

Declared In

TKCalendarMonthTitleCell.h