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

# placement

The placement you prefer when the system activates the window scene.

## Declaration

```swift
@MainActor @preconcurrency var placement: (any UIWindowScenePlacement)? { get set }
```

## Discussion

Discussion Provide a scene placement to influence how the system positions the scene on activation. Set the value to nil to indicate that the system should determine the most appropriate placement.

## See Also

### Positioning windows

- [UIWindowScenePlacement](uikit/uiwindowsceneplacement-swift.protocol.md)
- [UIWindowSceneProminentPlacement](uikit/uiwindowsceneprominentplacement-swift.struct.md)
- [UIWindowSceneStandardPlacement](uikit/uiwindowscenestandardplacement-swift.struct.md)
- [UIWindowScenePushPlacement](uikit/uiwindowscenepushplacement-swift.struct.md)
