TKCalendarMonthPresenterStyle Class Reference
Inherits from | TKStyleNode : NSObject |
Declared in | TKCalendarMonthPresenterStyle.h |
Tasks
-
popoverColor
property -
rowSpacing
property -
columnSpacing
property -
backgroundColor
property -
titleCellHeight
property -
dayNameCellHeight
property -
weekNumberCellWidth
property -
monthNameTextEffect
property -
dayNameTextEffect
property
Properties
backgroundColor
The presenter background color.
@property (nonatomic, strong) UIColor *backgroundColor
Declared In
TKCalendarMonthPresenterStyle.h
columnSpacing
The spacing between columns.
@property (nonatomic) CGFloat columnSpacing
Declared In
TKCalendarMonthPresenterStyle.h
dayNameCellHeight
The day name cell height.
@property (nonatomic) CGFloat dayNameCellHeight
Declared In
TKCalendarMonthPresenterStyle.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
TKCalendarMonthPresenterStyle.h
monthNameTextEffect
The text effect that will be applied to the month name text.
@property (nonatomic) TKCalendarTextEffect monthNameTextEffect
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
TKCalendarMonthPresenterStyle.h
popoverColor
The color of the popover that displays the events when in popover mode.
@property (nonatomic) UIColor *popoverColor
Declared In
TKCalendarMonthPresenterStyle.h
rowSpacing
The spacing between rows.
@property (nonatomic) CGFloat rowSpacing
Declared In
TKCalendarMonthPresenterStyle.h