---
title: "reloadSections(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/nsdiffabledatasourcesnapshot-swift.struct/reloadsections(_:)"
---

# reloadSections(_:)

Reloads the data within the specified sections of the snapshot.

## Declaration

```swift
mutating func reloadSections(_ identifiers: [SectionIdentifierType])
```

## Parameters

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

## 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)
- [reloadedSectionIdentifiers](uikit/nsdiffabledatasourcesnapshot-swift.struct/reloadedsectionidentifiers.md)
