---
title: maskedContentView
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcollectionviewfullscreencell/maskedcontentview
---

# maskedContentView

The content view in focus.

## Declaration

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

## Discussion

Discussion Use this property to modify the parallax effect applied on the cell and its content. Add any other UI elements to be included on the cell to this view. This view fills the entire screen.

## See Also

### Accessing Cell Views

- [maskedBackgroundView](tvuikit/tvcollectionviewfullscreencell/maskedbackgroundview.md)
