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

# reloadedSectionIdentifiers

Identifies the sections reloaded by the changes to the snapshot.

## Declaration

```swift
var reloadedSectionIdentifiers: [SectionIdentifierType] { get }
```

## Discussion

Discussion After you make updates to the snapshot, this method returns an array of identifiers corresponding to the sections 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)
- [reloadedItemIdentifiers](uikit/nsdiffabledatasourcesnapshot-swift.struct/reloadeditemidentifiers.md)
- [reloadSections(_:)](uikit/nsdiffabledatasourcesnapshot-swift.struct/reloadsections(_:).md)
