---
title: applicationFrame
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscreen/applicationframe
---

# applicationFrame

The frame rectangle for the app window, measured in points.

## Declaration

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

## Discussion

Discussion This property contains the bounds rectangle used by the app window, which may be different than the screen bounds themselves. This rectangle is specified in the current coordinate space, which takes into account any interface rotations in effect for the device. Therefore, the value of this property may change when the device rotates between portrait and landscape orientations.

## See Also

### Deprecated properties

- [main](uikit/uiscreen/main.md)
- [screens](uikit/uiscreen/screens.md)
- [focusedItem](uikit/uiscreen/focuseditem.md)
- [focusedView](uikit/uiscreen/focusedview.md)
- [supportsFocus](uikit/uiscreen/supportsfocus.md)
