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

# UIScene.ActivationState.foregroundInactive

A state that indicates that the scene is running in the foreground but is not receiving events.

## Declaration

```swift
case foregroundInactive
```

## Discussion

Discussion A scene transits through the foreground-inactive state on its way to or from another state.

## See Also

### Scene States

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