Contents

delegate

A delegate object that a calendar view asks about selectable dates and informs of changes to the selection of a single date.

Declaration

weak var delegate: (any UICalendarSelectionSingleDateDelegate)? { get }

See Also

Setting the selection delegate