TKDataSourceCalendarSettings Class Reference
Inherits from | NSObject |
Declared in | TKDataSourceCalendarSettings.h |
Properties
defaultEventColor
The default event color.
@property (nonatomic, strong, nullable) UIColor *defaultEventColor
Declared In
TKDataSourceCalendarSettings.h
endDateKey
The property key which defines the item end date. Setting this property is required when using TKCalendar.
@property (nonatomic, copy, nullable) NSString *endDateKey
Declared In
TKDataSourceCalendarSettings.h
eventColorKey
The property key which defines the item color. The defaultEventColor property is used when this property walue is not set.
@property (nonatomic, copy, nullable) NSString *eventColorKey
Declared In
TKDataSourceCalendarSettings.h
startDateKey
The property key which defines the item start date. Setting this property is required when using TKCalendar.
@property (nonatomic, copy, nullable) NSString *startDateKey
Declared In
TKDataSourceCalendarSettings.h