---
title: "reloadItems(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/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

- [reconfigureItems(_:)](uikit/nsdiffabledatasourcesnapshot-swift.struct/reconfigureitems(_:).md)
- [reconfiguredItemIdentifiers](uikit/nsdiffabledatasourcesnapshot-swift.struct/reconfigureditemidentifiers.md)
- [reloadedItemIdentifiers](uikit/nsdiffabledatasourcesnapshot-swift.struct/reloadeditemidentifiers.md)
- [reloadSections(_:)](uikit/nsdiffabledatasourcesnapshot-swift.struct/reloadsections(_:).md)
- [reloadedSectionIdentifiers](uikit/nsdiffabledatasourcesnapshot-swift.struct/reloadedsectionidentifiers.md)
