---
title: preferredPresentationStyle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwindowscene/activationrequestoptions/preferredpresentationstyle
---

# preferredPresentationStyle

The presentation style of the window scene.

## Declaration

```swift
var preferredPresentationStyle: UIWindowScene.PresentationStyle { get set }
```

## Discussion

Discussion The presentation style determines how the system displays the new window scene relative to other scenes in the workspace. The default style is UIWindowScene.PresentationStyle.automatic.

## See Also

### Deprecated

- [UIWindowSceneReplacePlacement](uikit/uiwindowscenereplaceplacement-swift.struct.md)
