---
title: "reloadItems(withIdentifiers:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/nsdiffabledatasourcesnapshotreference/reloaditems(withidentifiers:)"
---

# reloadItems(withIdentifiers:)

Reloads the data within the specified items in the snapshot.

## Declaration

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

## Parameters

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

## See Also

### Reloading data

- [reconfigureItems(withIdentifiers:)](uikit/nsdiffabledatasourcesnapshotreference/reconfigureitems(withidentifiers:).md)
- [reconfiguredItemIdentifiers](uikit/nsdiffabledatasourcesnapshotreference/reconfigureditemidentifiers.md)
- [reloadedItemIdentifiers](uikit/nsdiffabledatasourcesnapshotreference/reloadeditemidentifiers.md)
- [reloadSections(withIdentifiers:)](uikit/nsdiffabledatasourcesnapshotreference/reloadsections(withidentifiers:).md)
- [reloadedSectionIdentifiers](uikit/nsdiffabledatasourcesnapshotreference/reloadedsectionidentifiers.md)
