Inherits from TKStyleNode : NSObject
Declared in TKCalendarYearPresenterStyle.h

Overview

A year presenter’s style.

Properties

dayFont

The day text font.

@property (nonatomic, strong) UIFont *dayFont

Declared In

TKCalendarYearPresenterStyle.h

dayNameFont

The day name text font.

@property (nonatomic, strong) UIFont *dayNameFont

Declared In

TKCalendarYearPresenterStyle.h

dayNameTextColor

The day name text color.

@property (nonatomic, strong) UIColor *dayNameTextColor

Declared In

TKCalendarYearPresenterStyle.h

dayNameTextEffect

The text effect to be applied to the day 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

TKCalendarYearPresenterStyle.h

dayTextColor

The day text color.

@property (nonatomic, strong) UIColor *dayTextColor

Declared In

TKCalendarYearPresenterStyle.h

monthNameFont

The month name text font.

@property (nonatomic, strong) UIFont *monthNameFont

Declared In

TKCalendarYearPresenterStyle.h

monthNameTextAlignment

The text alignment for the month name.

@property (nonatomic) NSTextAlignment monthNameTextAlignment

Declared In

TKCalendarYearPresenterStyle.h

monthNameTextColor

The month name text color.

@property (nonatomic, strong) UIColor *monthNameTextColor

Declared In

TKCalendarYearPresenterStyle.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

TKCalendarYearPresenterStyle.h

monthsPerPage

The number of months to be shown on a single page.

@property (nonatomic) NSInteger monthsPerPage

Declared In

TKCalendarYearPresenterStyle.h

todayShape

The today cell shape.

@property (nonatomic, strong) TKShape *todayShape

Declared In

TKCalendarYearPresenterStyle.h

todayShapeFill

The today shape fill.

@property (nonatomic, strong) TKFill *todayShapeFill

Declared In

TKCalendarYearPresenterStyle.h

todayShapeStroke

The today shape stroke.

@property (nonatomic, strong) TKStroke *todayShapeStroke

Declared In

TKCalendarYearPresenterStyle.h

todayTextColor

The today text color.

@property (nonatomic, strong) UIColor *todayTextColor

Declared In

TKCalendarYearPresenterStyle.h

weekendTextColor

The weekend text color.

@property (nonatomic, strong) UIColor *weekendTextColor

Declared In

TKCalendarYearPresenterStyle.h