TKCalendarCell Class Reference
Inherits from | UIView |
Declared in | TKCalendarCell.h |
Properties
label
A label used to display the cell text.
@property (nonatomic, strong, readonly) UILabel *label
Declared In
TKCalendarCell.h
owner
An instance of TKCalendar, the owner of this object.
@property (nonatomic, weak) TKCalendar *owner
Declared In
TKCalendarCell.h
Instance Methods
applyStyleForState:
Applies the style specified by its argument to the cell.
- (void)applyStyleForState:(NSInteger)state
Parameters
- state
the state that defines the style to apply .
Declared In
TKCalendarCell.h