TKCalendarMonthTitleCell Class Reference
Inherits from | TKCalendarTitleCell : TKCalendarCell : UIView |
Declared in | TKCalendarMonthTitleCell.h |
Tasks
-
previousMonthButton
property -
nextMonthButton
property -
previousYearButton
property -
nextYearButton
property -
yearLabel
property -
layoutMode
property
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