<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICalendarView/reloadDecorations(forDateComponents:animated:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UICalendarView(im)reloadDecorationsForDateComponents:animated:"
  },
  "title" : "reloadDecorations(forDateComponents:animated:)"
}
-->

# reloadDecorations(forDateComponents:animated:)

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

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)