---
title: interfaceOrientations
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwindowscene/geometrypreferences/ios/interfaceorientations
---

# interfaceOrientations

The preferred interface orientations for the scene.

## Declaration

```swift
var interfaceOrientations: UIInterfaceOrientationMask? { get set }
```

## Discussion

Discussion If you specify this value, the system automatically chooses an orientation from the intersection of these preferred orientations and the supported orientations.
