---
title: coexist
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/immersiveenvironmentbehavior/coexist
---

# coexist

A behavior that keeps the system’s immersive environment as is when opening a scene.

## Declaration

```swift
static var coexist: ImmersiveEnvironmentBehavior { get }
```

## Discussion

Discussion Use this value with the immersiveEnvironmentBehavior(_:) scene modifier to define that the system should allow the system’s immersive environment to co-exist with the scene.
