Contents

UICalendarSelection

A base object that tracks one or more dates a user selects from a calendar view.

Declaration

@MainActor class UICalendarSelection

Overview

Don’t use this object directly in your calendar view to track date selection. Use the subclass UICalendarSelectionSingleDate to track a single date selection, or UICalendarSelectionMultiDate to track multiple date selections.

Topics

Updating selectable dates

See Also

Handling date selections