reloadDecorations(forDateComponents:animated:)
Reloads the decorations for the dates you provide, with an option to animate the decoration reload.
Declaration
func reloadDecorations(forDateComponents dates: [DateComponents], animated: Bool)Parameters
- dates:
An array of dates to reload that you provide as date components.
- animated:
A Boolean value that indicates whether the calendar view should animate the decoration reload.