Contents

delegate

The delegate associated with the date picker.

Declaration

weak var delegate: (any NSDatePickerCellDelegate)? { get set }

Discussion

The delegate must conform to NSDatePickerCellDelegate.