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

# UIBandSelectionInteraction.State.possible

A state that indicates the interaction object is ready to start a new interaction.

## Declaration

```swift
case possible
```

## Discussion

Discussion A UIBandSelectionInteraction object in this state is waiting for events to occur that start the interaction. When an interaction concludes, the interaction returns to this state until a new interaction begins.

## See Also

### Getting the selection state

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