Declared in TKCalendarTextEffect.h

TKCalendarTextEffect

@enum TKCalendarTextEffect

Defines the year presenter text effects.

Definition

typedef NS_ENUM(NSInteger, TKCalendarTextEffect ) {
   TKCalendarTextEffectNone,
   TKCalendarTextEffectUppercase,
   TKCalendarTextEffectLowercase,
};

Constants

TKCalendarTextEffectNone
 No text effect will be applied.

Declared In TKCalendarTextEffect.h.

TKCalendarTextEffectUppercase
 The text will be converted to uppercase.

Declared In TKCalendarTextEffect.h.

TKCalendarTextEffectLowercase
 The text will be converted to lowercase.

Declared In TKCalendarTextEffect.h.

Declared In

TKCalendarTextEffect.h