<!--
{
  "availability" : [
    "tvOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TVUIKit",
  "identifier" : "/documentation/TVUIKit/TVCollectionViewFullScreenCell",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "TVUIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TVCollectionViewFullScreenCell"
  },
  "title" : "TVCollectionViewFullScreenCell"
}
-->

# TVCollectionViewFullScreenCell

A full-screen cell to use in full-screen display format.

```
class TVCollectionViewFullScreenCell
```

## Overview

Use `TVCollectionViewFullScreenCell` to populate the full-screen collection view with content.

## Topics

### Modifying Cell Appearance

[`var contentBleed: UIEdgeInsets`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/contentBleed)

The amount of content that overlaps into the masked portions of the cell.

[`var cornerRadius: CGFloat`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/cornerRadius)

The radius to use when drawing rounded corners for the cell.

[`var maskAmount: CGFloat`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/maskAmount)

The factor that determines the amount of masking applied on the cell.

### Accessing Cell Views

[`var maskedContentView: UIView`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/maskedContentView)

The content view in focus.

[`var maskedBackgroundView: UIView`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/maskedBackgroundView)

The background view that performs the parallax effect.

### Accessing Cell Position

[`var normalizedPosition: CGFloat`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/normalizedPosition)

The value that determines the current cell’s relative position on the screen.

### Managing Cell Position

[`func normalizedPositionDidChange()`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/normalizedPositionDidChange())

Notifies the cell when its normalized position changes.

[`func normalizedPositionWillChange(CGFloat)`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/normalizedPositionWillChange(_:))

Notifies the cell when its normalized position is about to change.

### Managing Cell Mask

[`func maskAmountDidChange()`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/maskAmountDidChange())

Notifies the cell when its mask amount changes.

[`func maskAmountWillChange(CGFloat)`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/maskAmountWillChange(_:))

Notifies the cell when its mask amount is about to change.

### Managing the Parallax Effect

[`var parallaxOffset: CGFloat`](/documentation/TVUIKit/TVCollectionViewFullScreenCell/parallaxOffset)

The number of pixels by which to shift the background from the center when moving focus.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`Hashable`](/documentation/Swift/Hashable)

[`UIFocusEnvironment`](/documentation/UIKit/UIFocusEnvironment)

[`UIFocusItemContainer`](/documentation/UIKit/UIFocusItemContainer)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CLBodyIdentifiable`](/documentation/CoreLocation/CLBodyIdentifiable)

[`UIResponderStandardEditActions`](/documentation/UIKit/UIResponderStandardEditActions)

[`UIPopoverPresentationControllerSourceItem`](/documentation/UIKit/UIPopoverPresentationControllerSourceItem)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Sendable`](/documentation/Swift/Sendable)

[`UIAccessibilityIdentification`](/documentation/UIKit/UIAccessibilityIdentification)

[`UICoordinateSpace`](/documentation/UIKit/UICoordinateSpace)

[`UIActivityItemsConfigurationProviding`](/documentation/UIKit/UIActivityItemsConfigurationProviding)

[`UITraitChangeObservable-67e94`](/documentation/UIKit/UITraitChangeObservable-67e94)

[`UIFocusItem`](/documentation/UIKit/UIFocusItem)

[`UIAppearanceContainer`](/documentation/UIKit/UIAppearanceContainer)

[`UITraitEnvironment`](/documentation/UIKit/UITraitEnvironment)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`UIAppearance`](/documentation/UIKit/UIAppearance)

[`UIUserActivityRestoring`](/documentation/UIKit/UIUserActivityRestoring)

[`CALayerDelegate`](/documentation/QuartzCore/CALayerDelegate)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`UIDynamicItem`](/documentation/UIKit/UIDynamicItem)

### Inherits From

[`UICollectionViewCell`](/documentation/UIKit/UICollectionViewCell)

---

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)