TKCalendarMonthNameState Constants Reference
Declared in | TKCalendarMonthNameCell.h |
TKCalendarMonthNameState
@enum TKCalendarMonthNameState
Represents an enum that defines the month name cell state.
Definition
typedef NS_OPTIONS(NSInteger, TKCalendarMonthNameState ) {
TKCalendarMonthNameStateSelected = 1 < < 0,
TKCalendarMonthNameStateDisabled = 1 < < 1,
};
Constants
Declared In
TKCalendarMonthNameCell.h