TKCalendarMonthTitleCellLayoutMode Constants Reference
Declared in | TKCalendarMonthTitleCell.h |
TKCalendarMonthTitleCellLayoutMode
@enum TKCalendarMonthTitleCellLayoutMode
Defines the layout mode in TKCalendarMonthTitleCell.
Definition
typedef NS_OPTIONS(NSInteger, TKCalendarMonthTitleCellLayoutMode ) {
TKCalendarMonthTitleCellLayoutModeMonth,
TKCalendarMonthTitleCellLayoutModeMonthWithButtons,
TKCalendarMonthTitleCellLayoutModeMonthAndYearWithButtons,
};
Constants
TKCalendarMonthTitleCellLayoutModeMonth
-
A month name and year number will be displayed.
Declared In
TKCalendarMonthTitleCell.h
. TKCalendarMonthTitleCellLayoutModeMonthWithButtons
-
A month name with previous and next buttons.
Declared In
TKCalendarMonthTitleCell.h
. TKCalendarMonthTitleCellLayoutModeMonthAndYearWithButtons
-
A month name, year number and previous/next buttons.
Declared In
TKCalendarMonthTitleCell.h
.
Declared In
TKCalendarMonthTitleCell.h