<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSDiffableDataSourceSnapshotReference/reloadItems(withIdentifiers:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSDiffableDataSourceSnapshot(im)reloadItemsWithIdentifiers:"
  },
  "title" : "reloadItems(withIdentifiers:)"
}
-->

# reloadItems(withIdentifiers:)

Reloads the data within the specified items in the snapshot.

```
func reloadItems(withIdentifiers identifiers: [Any])
```

## Parameters

`identifiers`

The array of identifiers corresponding to the items to reload in the snapshot.

---

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)