TKCalendarDayViewEventsViewStyle Class Reference
Inherits from | TKStyleNode : NSObject |
Declared in | TKCalendarDayViewEventsViewStyle.h |
Tasks
-
bottomOffset
property -
topOffset
property -
labelOffset
property -
separatorLeadingOffset
property -
separatorTrailingOffset
property -
labelTextColor
property -
labelTextSize
property -
labelTextAlignment
property -
separatorColor
property -
separatorWidth
property -
separatorSpacing
property -
minEventHeight
property -
eventsLeadingOffset
property -
eventsTrailingOffset
property -
eventsSpacing
property -
labelFormatter
property
Properties
bottomOffset
The bottom offset of the time line.
@property (nonatomic) CGFloat bottomOffset
Declared In
TKCalendarDayViewEventsViewStyle.h
eventsLeadingOffset
The spacing between events and labels.
@property (nonatomic) CGFloat eventsLeadingOffset
Declared In
TKCalendarDayViewEventsViewStyle.h
eventsSpacing
The horizontal spacing between stacked events.
@property (nonatomic) CGFloat eventsSpacing
Declared In
TKCalendarDayViewEventsViewStyle.h
eventsTrailingOffset
The events trailing offset.
@property (nonatomic) CGFloat eventsTrailingOffset
Declared In
TKCalendarDayViewEventsViewStyle.h
labelFormatter
Format the label time.
@property (nonatomic, strong, nonnull) NSDateFormatter *labelFormatter
Declared In
TKCalendarDayViewEventsViewStyle.h
labelOffset
The time line labels left offset.
@property (nonatomic) CGFloat labelOffset
Declared In
TKCalendarDayViewEventsViewStyle.h
labelTextAlignment
THe horizontal alignment of the time line labels.
@property (nonatomic) NSTextAlignment labelTextAlignment
Declared In
TKCalendarDayViewEventsViewStyle.h
labelTextColor
The text color of the labels.
@property (nonatomic, nullable) UIColor *labelTextColor
Declared In
TKCalendarDayViewEventsViewStyle.h
labelTextSize
The text size of the labels.
@property (nonatomic) CGFloat labelTextSize
Declared In
TKCalendarDayViewEventsViewStyle.h
minEventHeight
The minimum height of an event cell
@property (nonatomic) CGFloat minEventHeight
Declared In
TKCalendarDayViewEventsViewStyle.h
separatorColor
The color of the separators.
@property (nonatomic, nullable) UIColor *separatorColor
Declared In
TKCalendarDayViewEventsViewStyle.h
separatorLeadingOffset
The spacing between the separator lines and the labels.
@property (nonatomic) CGFloat separatorLeadingOffset
Declared In
TKCalendarDayViewEventsViewStyle.h
separatorSpacing
The physical spacing between separators for scale 1.
@property (nonatomic) CGFloat separatorSpacing
Declared In
TKCalendarDayViewEventsViewStyle.h
separatorTrailingOffset
The separators trailing offset.
@property (nonatomic) CGFloat separatorTrailingOffset
Declared In
TKCalendarDayViewEventsViewStyle.h