TKCalendarCellAlignment Constants Reference
Declared in | TKCalendarCellStyle.h |
TKCalendarCellAlignment
@enum TKCalendarCellAlignment
Defines the alignment options for cells in TKCalendar component.
Definition
typedef NS_OPTIONS(NSInteger, TKCalendarCellAlignment ) {
TKCalendarCellAlignmentLeft = 1 < < 0,
TKCalendarCellAlignmentRight = 1 < < 1,
TKCalendarCellAlignmentTop = 1 < < 2,
TKCalendarCellAlignmentBottom = 1 < < 3,
TKCalendarCellAlignmentHorizontalCenter = 1 < < 4,
TKCalendarCellAlignmentVerticalCenter = 1 < < 5,
};
Constants
TKCalendarCellAlignmentLeft
-
The cell content is aligned to left.
Declared In
TKCalendarCellStyle.h
. TKCalendarCellAlignmentRight
-
The cell content is aligned to right.
Declared In
TKCalendarCellStyle.h
. TKCalendarCellAlignmentTop
-
The cell content is aligned to top.
Declared In
TKCalendarCellStyle.h
. TKCalendarCellAlignmentBottom
-
The cell content is aligned to bottom.
Declared In
TKCalendarCellStyle.h
. TKCalendarCellAlignmentHorizontalCenter
-
The cell content is aligned horizontally.
Declared In
TKCalendarCellStyle.h
. TKCalendarCellAlignmentVerticalCenter
-
The cell content is aligned vertically.
Declared In
TKCalendarCellStyle.h
.
Declared In
TKCalendarCellStyle.h