---
title: automatic
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/scenelaunchbehavior/automatic
---

# automatic

The automatic behavior.

## Declaration

```swift
static let automatic: SceneLaunchBehavior
```

## Discussion

Discussion A scene with the automatic behavior will present itself on launch if it is the first scene defined by an app and no other scenes have presented themselves.
