Inherits from TKStyleNode : NSObject
Declared in TKCalendarDayViewAllDayEventsViewStyle.h

Overview

A class that defines layout parameters for TKCalendarDayViewAllDayEventsView.

Tasks

Properties

eventHeight

The event cell height.

@property (nonatomic) CGFloat eventHeight

Declared In

TKCalendarDayViewAllDayEventsViewStyle.h

eventsPerRow

Specifies the max number of event columns.

@property (nonatomic) NSInteger eventsPerRow

Declared In

TKCalendarDayViewAllDayEventsViewStyle.h

eventsViewInsets

The events view margins.

@property (nonatomic) UIEdgeInsets eventsViewInsets

Declared In

TKCalendarDayViewAllDayEventsViewStyle.h

itemSpacing

The spacing between events in a row.

@property (nonatomic) CGFloat itemSpacing

Declared In

TKCalendarDayViewAllDayEventsViewStyle.h

labelInsets

The all-day label margins.

@property (nonatomic) UIEdgeInsets labelInsets

Declared In

TKCalendarDayViewAllDayEventsViewStyle.h

labelWidth

The all-day label width.

@property (nonatomic) CGFloat labelWidth

Declared In

TKCalendarDayViewAllDayEventsViewStyle.h

lineSpacing

The spacing between event rows.

@property (nonatomic) CGFloat lineSpacing

Declared In

TKCalendarDayViewAllDayEventsViewStyle.h

maxVisibleLines

The maximum visible rows in the events view.

@property (nonatomic) CGFloat maxVisibleLines

Declared In

TKCalendarDayViewAllDayEventsViewStyle.h