---
title: nativeBounds
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscreen/nativebounds
---

# nativeBounds

The bounding rectangle of the physical screen, measured in pixels.

## Declaration

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

## Discussion

Discussion This rectangle is based on the device in a portrait-up orientation. This value does not change as the device rotates.

## See Also

### Getting the size and scale

- [bounds](uikit/uiscreen/bounds.md)
- [nativeScale](uikit/uiscreen/nativescale.md)
- [scale](uikit/uiscreen/scale.md)
