WeekdayPickerDelegate

public protocol WeekdayPickerDelegate: AnyObject

The delegate of a WeekdayPicker object must adopt the WeekdayPickerDelegate protocol. Optional methods of the protocol allow the delegate to get informations.

  • Informs the observed object that the date just changed.

    Declaration

    Swift

    func weekdayPickerDateChanged(_ date: Date?)