---
title: UIBandSelectionInteraction.State.ended
framework: uikit
role: symbol
role_heading: Case
path: uikit/uibandselectioninteraction/state-swift.enum/ended
---

# UIBandSelectionInteraction.State.ended

A state that indicates the current interaction ended.

## Declaration

```swift
case ended
```

## Discussion

Discussion Use this state to finalize the interaction. For example, you might finalize the selection of items in your view.

## See Also

### Getting the selection state

- [UIBandSelectionInteraction.State.possible](uikit/uibandselectioninteraction/state-swift.enum/possible.md)
- [UIBandSelectionInteraction.State.began](uikit/uibandselectioninteraction/state-swift.enum/began.md)
- [UIBandSelectionInteraction.State.selecting](uikit/uibandselectioninteraction/state-swift.enum/selecting.md)
