init(delegate:)
Creates an object that tracks multiple dates a user selects from a calendar view, with an optional delegate to manage selectable dates and selection changes.
Declaration
init(delegate: (any UICalendarSelectionMultiDateDelegate)?)Parameters
- delegate:
A delegate object that a calendar view asks for selectable dates, and informs of changes to the selection of multiple dates.