---
title: UIWindowScene.PresentationStyle.standard
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiwindowscene/presentationstyle/standard
---

# UIWindowScene.PresentationStyle.standard

The default style of the system.

## Declaration

```swift
case standard
```

## Discussion

Discussion On iPad, the system displays the window scene in Split View, side-by-side with the scene that originated the request for the new scene.

## See Also

### Constants

- [UIWindowScene.PresentationStyle.automatic](uikit/uiwindowscene/presentationstyle/automatic.md)
- [UIWindowScene.PresentationStyle.prominent](uikit/uiwindowscene/presentationstyle/prominent.md)
