Class
DayCellLayout
public final class DayCellLayout: NSObject, ComponentLayout
A layout for day cells in a DatePicker
Relationships
Nested Types
DayCellLayout.State
Conforms To
ComponentLayout
A protocol to share components (view layouts) across different types.
NSObject
Properties
label
public lazy var label: UILabel
labelBackground
public lazy var labelBackground: UIView
Methods
apply(state:animated:)
public func apply(state: State, animated: Bool = true)
layout(on:)
public func layout(on view: UIView)