---
title: "isExpanded(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/nsdiffabledatasourcesectionsnapshot-swift.struct/isexpanded(_:)"
---

# isExpanded(_:)

Indicates whether the item with the specified identifier is in an expanded state.

## Declaration

```swift
func isExpanded(_ item: ItemIdentifierType) -> Bool
```

## Discussion

Discussion This expansion state persists along with the section snapshot.

## See Also

### Expanding and collapsing items

- [expand(_:)](uikit/nsdiffabledatasourcesectionsnapshot-swift.struct/expand(_:).md)
- [collapse(_:)](uikit/nsdiffabledatasourcesectionsnapshot-swift.struct/collapse(_:).md)
