---
title: reloadedItemIdentifiers
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsdiffabledatasourcesnapshot-swift.struct/reloadeditemidentifiers
---

# reloadedItemIdentifiers

Identifies the items reloaded by the changes to the snapshot.

## Declaration

```swift
var reloadedItemIdentifiers: [ItemIdentifierType] { get }
```

## Discussion

Discussion After you make updates to the snapshot, this method returns an array of identifiers corresponding to the items that the view reloads when you apply the snapshot to your data source.

## See Also

### Reloading data

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