TKCalendarDayViewPresenterStyle Class Reference
Inherits from | TKStyleNode : NSObject |
Declared in | TKCalendarDayViewPresenterStyle.h |
Tasks
-
backgroundColor
property -
titleCellHeight
property -
dayNameCellHeight
property -
dayCellHeight
property -
weekNumberCellWidth
property -
columnSpacing
property -
dayNameTextEffect
property
Properties
backgroundColor
The presenter background color.
@property (nonatomic, strong) UIColor *backgroundColor
Declared In
TKCalendarDayViewPresenterStyle.h
columnSpacing
The spacing between columns.
@property (nonatomic) CGFloat columnSpacing
Declared In
TKCalendarDayViewPresenterStyle.h
dayCellHeight
The day name cell height.
@property (nonatomic) CGFloat dayCellHeight
Declared In
TKCalendarDayViewPresenterStyle.h
dayNameCellHeight
The day name cell height.
@property (nonatomic) CGFloat dayNameCellHeight
Declared In
TKCalendarDayViewPresenterStyle.h
dayNameTextEffect
The text effect that will be applied to the month name text.
@property (nonatomic) TKCalendarTextEffect dayNameTextEffect
Discussion
The available effects are specified below:
typedef enum { TKCalendarTextEffectNone, // No text effect will be applied. TKCalendarTextEffectUppercase, // The text will be converted uppercase. TKCalendarTextEffectLowercase // The text will be converted to lowercase. } TKCalendarTextEffect
Declared In
TKCalendarDayViewPresenterStyle.h