---
title: reconfiguredItemIdentifiers
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsdiffabledatasourcesnapshotreference/reconfigureditemidentifiers
---

# reconfiguredItemIdentifiers

Identifies the items reconfigured by the changes to the snapshot.

## Declaration

```swift
var reconfiguredItemIdentifiers: [Any] { get }
```

## Discussion

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

## See Also

### Reloading data

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