---
title: contentFrame
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkinterfacecontroller/contentframe
---

# contentFrame

The frame rectangle used to display your app’s content.

## Declaration

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

## Discussion

Discussion The rectangle in this property is specified in points. This rectangle may be different than the screen bounds.

## See Also

### Respecting safe areas and layout margins

- [contentSafeAreaInsets](watchkit/wkinterfacecontroller/contentsafeareainsets.md)
- [systemMinimumLayoutMargins](watchkit/wkinterfacecontroller/systemminimumlayoutmargins.md)
