Inherits from TKStyleNode : NSObject
Declared in TKCalendarMonthPresenterStyle.h

Overview

A month presenter’s style.

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

titleCellHeight

The title cell height.

@property (nonatomic) CGFloat titleCellHeight

Declared In

TKCalendarMonthPresenterStyle.h

weekNumberCellWidth

The week number cell width.

@property (nonatomic) CGFloat weekNumberCellWidth

Declared In

TKCalendarMonthPresenterStyle.h