---
title: contentView
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvlockupview/contentview
---

# contentView

The main view for the lockup.

## Declaration

```swift
var contentView: UIView { get }
```

## Discussion

Discussion Add subviews to the contentView. Don’t add views direcly to the lockup view.

## See Also

### Adding subviews

- [headerView](tvuikit/tvlockupview/headerview.md)
- [footerView](tvuikit/tvlockupview/footerview.md)
