---
title: "reloadDecorations(forDateComponents:animated:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uicalendarview/reloaddecorations(fordatecomponents:animated:)"
---

# reloadDecorations(forDateComponents:animated:)

Reloads the decorations for the dates you provide, with an option to animate the decoration reload.

## Declaration

```swift
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.

## See Also

### Customizing the calendar display

- [fontDesign](uikit/uicalendarview/fontdesign.md)
- [delegate](uikit/uicalendarview/delegate.md)
- [UICalendarViewDelegate](uikit/uicalendarviewdelegate.md)
- [UICalendarView.Decoration](uikit/uicalendarview/decoration.md)
- [UICalendarView.DecorationSize](uikit/uicalendarview/decorationsize.md)
- [wantsDateDecorations](uikit/uicalendarview/wantsdatedecorations.md)
