---
title: scenePhase
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/environmentvalues/scenephase
---

# scenePhase

The current phase of the scene.

## Declaration

```swift
var scenePhase: ScenePhase { get set }
```

## Discussion

Discussion The system sets this value to provide an indication of the operational state of a scene or collection of scenes. The exact meaning depends on where you access the value. For more information, see ScenePhase.

## See Also

### Monitoring scene life cycle

- [ScenePhase](swiftui/scenephase.md)
