Contents

delegate

A delegate object that a calendar view asks for selectable dates and informs of changes to the selection of multiple dates.

Declaration

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

See Also

Setting the selection delegate