TKCalendarMonthNameCell Class Reference
Inherits from | TKCalendarCell : UIView |
Declared in | TKCalendarMonthNameCell.h |
Properties
date
Returns the date for this cell.
@property (nonatomic, readonly, strong) NSDate *date
Declared In
TKCalendarMonthNameCell.h
state
- The cell state.
- @discussion The available cell states are specified below:
@property (nonatomic) TKCalendarMonthNameState state
Discussion
typedef enum TKCalendarMonthNameState { TKCalendarMonthNameStateSelected // The month is selected TKCalendarMonthNameStateDisabled // The month is disabled (it is outside of the selectable range) } TKCalendarYearNumberState
Declared In
TKCalendarMonthNameCell.h
Instance Methods
attachWithCalendar:withDate:
Attaches an owner and date to the cell.
- (void)attachWithCalendar:(TKCalendar *__nonnull)owner withDate:(NSDate *__nonnull)date
Declared In
TKCalendarMonthNameCell.h