BPKCalendarColor
@interface BPKCalendarColor : NSObject
BPKCalendarColor contains a number of pre-defined colours commonly used when presenting a calendar.
-
The normal calendar background color.
Declaration
Objective-C
@property (class, readonly) UIColor *_Nonnull normalColor;Swift
class var normalColor: UnsafeMutablePointer<Int32>! { get } -
The colour that should be used for calendar labels when shown on a normal colored background.
Declaration
Objective-C
@property (class, readonly) UIColor *_Nonnull normalTitleColor;Swift
class var normalTitleColor: UnsafeMutablePointer<Int32>! { get } -
The positve calendar color.
Declaration
Objective-C
@property (class, readonly) UIColor *_Nonnull positiveColor;Swift
class var positiveColor: UnsafeMutablePointer<Int32>! { get } -
The colour that should be used for calendar labels when shown on a positive colored background.
Declaration
Objective-C
@property (class, readonly) UIColor *_Nonnull positiveTitleColor;Swift
class var positiveTitleColor: UnsafeMutablePointer<Int32>! { get } -
The negative calendar color.
Declaration
Objective-C
@property (class, readonly) UIColor *_Nonnull negativeColor;Swift
class var negativeColor: UnsafeMutablePointer<Int32>! { get } -
The colour that should be used for calendar labels when shown on a negative colored background.
Declaration
Objective-C
@property (class, readonly) UIColor *_Nonnull negativeTitleColor;Swift
class var negativeTitleColor: UnsafeMutablePointer<Int32>! { get } -
The no-data calendar color.
Declaration
Objective-C
@property (class, readonly) UIColor *_Nonnull noDataColor;Swift
class var noDataColor: UnsafeMutablePointer<Int32>! { get } -
The colour that should be used for calendar labels when shown on a no-data colored background.
Declaration
Objective-C
@property (class, readonly) UIColor *_Nonnull noDataTitleColor;Swift
class var noDataTitleColor: UnsafeMutablePointer<Int32>! { get } -
The neutral calendar color.
Declaration
Objective-C
@property (class, readonly) UIColor *_Nonnull neutralColor;Swift
class var neutralColor: UnsafeMutablePointer<Int32>! { get } -
The colour that should be used for calendar labels when shown on a neutral colored background.
Declaration
Objective-C
@property (class, readonly) UIColor *_Nonnull neutralTitleColor;Swift
class var neutralTitleColor: UnsafeMutablePointer<Int32>! { get }
BPKCalendarColor Class Reference