---
title: "reloadItems(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsdiffabledatasourcesnapshot-swift.struct/reloaditems(_:)"
---

# reloadItems(_:)

Reloads the data within the specified items in the snapshot.

## Declaration

```swift
mutating func reloadItems(_ identifiers: [ItemIdentifierType])
```

## Parameters

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

## See Also

### Reloading Data

- [reloadSections(_:)](appkit/nsdiffabledatasourcesnapshot-swift.struct/reloadsections(_:).md)
