---
title: frame
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifocusitem/frame
---

# frame

The geometric frame of the item.

## Declaration

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

## Discussion

Discussion The item’s frame must be expressed in the coordinate space of the UIFocusItemContainer that contains it.
