<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "tvOS: 17.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIWindowScenePlacement-swift.protocol",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit22UIWindowScenePlacementP"
  },
  "title" : "UIWindowScenePlacement"
}
-->

# UIWindowScenePlacement

The placement of a window scene in the workspace.

```
protocol UIWindowScenePlacement : Hashable
```

## Topics

### Positioning windows

[`static func prominent() -> Self`](/documentation/UIKit/UIWindowScenePlacement-swift.protocol/prominent())

Creates a placement that indicates the system should present the window more prominently than others in the space.

[`static func standard() -> Self`](/documentation/UIKit/UIWindowScenePlacement-swift.protocol/standard())

Creates a placement that indicates the system should present the window using the default style of the system in the space.

### Type Methods

[`static func push(onto: UISceneSession) -> Self`](/documentation/UIKit/UIWindowScenePlacement-swift.protocol/push(onto:))

[`static func replacing(UISceneSession) -> Self`](/documentation/UIKit/UIWindowScenePlacement-swift.protocol/replacing(_:))

## Relationships

### Inherits From

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

### Conforming Types

[`UIWindowSceneReplacePlacement-swift.struct`](/documentation/UIKit/UIWindowSceneReplacePlacement-swift.struct)

[`UIWindowSceneProminentPlacement-swift.struct`](/documentation/UIKit/UIWindowSceneProminentPlacement-swift.struct)

[`UIWindowSceneStandardPlacement-swift.struct`](/documentation/UIKit/UIWindowSceneStandardPlacement-swift.struct)

[`UIWindowScenePushPlacement-swift.struct`](/documentation/UIKit/UIWindowScenePushPlacement-swift.struct)

---

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)