---
title: coordinateSpace
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscreen/coordinatespace
---

# coordinateSpace

The current coordinate space of the screen.

## Declaration

```swift
var coordinateSpace: any UICoordinateSpace { get }
```

## Discussion

Discussion The screen’s current coordinate space always reflects any interface orientations applied to the device. Therefore, the bounds of this coordinate space match the bounds property of the screen itself.

## See Also

### Getting the coordinate space

- [fixedCoordinateSpace](uikit/uiscreen/fixedcoordinatespace.md)
