<!--
{
  "availability" : [
    "iOS: 15.0.0 - 17.0.0",
    "iPadOS: 15.0.0 - 17.0.0",
    "macCatalyst: 15.0.0 - 17.0.0",
    "tvOS: 15.0.0 - 17.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIWindowScene/PresentationStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIWindowScenePresentationStyle"
  },
  "title" : "UIWindowScene.PresentationStyle"
}
-->

# UIWindowScene.PresentationStyle

The placement of a window scene relative to other scenes in the workspace.

```
enum PresentationStyle
```

## Topics

### Constants

[`UIWindowScene.PresentationStyle.automatic`](/documentation/UIKit/UIWindowScene/PresentationStyle/automatic)

The system determines the most appropriate style.

[`UIWindowScene.PresentationStyle.prominent`](/documentation/UIKit/UIWindowScene/PresentationStyle/prominent)

Presents prominently above others in the current space.

[`UIWindowScene.PresentationStyle.standard`](/documentation/UIKit/UIWindowScene/PresentationStyle/standard)

The default style of the system.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)