DateCellStyleProvider
public protocol DateCellStyleProvider
Undocumented
-
alternatingMonthBackgroundColor1Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var alternatingMonthBackgroundColor1: UIColor { get } -
alternatingMonthBackgroundColor2Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var alternatingMonthBackgroundColor2: UIColor { get } -
Undocumented
Declaration
Swift
func applyDefaultStyle(to cell: DateCollectionCell) -
Undocumented
Declaration
Swift
func applySingleSelectionStyle(to cell: DateCollectionCell) -
Undocumented
Declaration
Swift
func applyRangeSelectionStartStyle(to cell: DateCollectionCell) -
Undocumented
Declaration
Swift
func applyRangeSelectionMiddleStyle(to cell: DateCollectionCell) -
Undocumented
Declaration
Swift
func applyRangeSelectionEndStyle(to cell: DateCollectionCell)
View on GitHub
Install in Dash
DateCellStyleProvider Protocol Reference