<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIFocusItemContainer/coordinateSpace",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIFocusItemContainer(py)coordinateSpace"
  },
  "title" : "coordinateSpace"
}
-->

# coordinateSpace

The coordinate space of the focus items contained in the focus item container.

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

## Discussion

The focus items returned by [`focusItems(in:)`](/documentation/UIKit/UIFocusItemContainer/focusItems(in:)) should report their frames in this coordinate space.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)