Inherits from TKStyleNode : NSObject
Declared in TKCalendarDayViewPresenterStyle.h

Overview

A day view presenter’s style.

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

titleCellHeight

The title cell height.

@property (nonatomic) CGFloat titleCellHeight

Declared In

TKCalendarDayViewPresenterStyle.h

weekNumberCellWidth

The week number cell width.

@property (nonatomic) CGFloat weekNumberCellWidth

Declared In

TKCalendarDayViewPresenterStyle.h