Contents

wantsDateDecorations

A Boolean value that indicates whether the calendar view displays date decorations.

Declaration

var wantsDateDecorations: Bool { get set }

Discussion

Defaults to true. You must implement UICalendarDateDelegate’s calendarView(_:decorationFor:) to provide decorations that the calendar view shows.

See Also

Customizing the calendar display