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

# UIWindowSceneStandardPlacement

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

```
struct UIWindowSceneStandardPlacement
```

## Topics

### Creating a placement

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

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

## Relationships

### Conforms To

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

[`UIWindowScenePlacement-swift.protocol`](/documentation/UIKit/UIWindowScenePlacement-swift.protocol)

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

---

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)