---
title: UIScene.ActivationState.unattached
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiscene/activationstate-swift.enum/unattached
---

# UIScene.ActivationState.unattached

A state that indicates that the scene is not currently connected to your app.

## Declaration

```swift
case unattached
```

## Discussion

Discussion A scene starts in the unattached state and remains in that state until the system sends a connection notification to it. A scene reenters the attached state when the user dismisses the interface from the app switcher or to reclaim its resources.

## See Also

### Scene States

- [UIScene.ActivationState.foregroundInactive](uikit/uiscene/activationstate-swift.enum/foregroundinactive.md)
- [UIScene.ActivationState.foregroundActive](uikit/uiscene/activationstate-swift.enum/foregroundactive.md)
- [UIScene.ActivationState.background](uikit/uiscene/activationstate-swift.enum/background.md)
