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

# reloadSections(withIdentifiers:)

Reloads the data within the specified sections of the snapshot.

## Declaration

```swift
func reloadSections(withIdentifiers sectionIdentifiers: [Any])
```

## Parameters

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

## See Also

### Reloading data

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