TKCalendarDayViewAllDayEventsViewStyle Class Reference
Inherits from | TKStyleNode : NSObject |
Declared in | TKCalendarDayViewAllDayEventsViewStyle.h |
Tasks
-
eventsPerRow
property -
lineSpacing
property -
itemSpacing
property -
eventHeight
property -
maxVisibleLines
property -
eventsViewInsets
property -
labelInsets
property -
labelWidth
property
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