---
title: systemFrame
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwindowscene/geometry/systemframe
---

# systemFrame

The current frame of the scene, in system coordinates.

## Declaration

```swift
var systemFrame: CGRect { get }
```

## Discussion

Discussion This property represents the current frame of the scene in the system coordinate space, where an origin of (0, 0) corresponds to the top-left corner of the main display.

## See Also

### Accessing scene geometry

- [coordinateSpace](uikit/uiwindowscene/geometry/coordinatespace.md)
- [interfaceOrientation](uikit/uiwindowscene/geometry/interfaceorientation.md)
- [isInterfaceOrientationLocked](uikit/uiwindowscene/geometry/isinterfaceorientationlocked.md)
