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

# TVCollectionViewFullScreenLayout

A collection view layout that organizes items into a browsable, full-screen display format.

```
class TVCollectionViewFullScreenLayout
```

## Overview

Use this class to create a full-screen browsing experience. Full-screen layouts are an immersive way to present and navigate through content.

![A diagram showing the TVCollectionViewFullScreenLayout. One cell is centered, and two cells are peeking from the left and right sides.](images/com.apple.tvuikit/media-3332103@2x.png)

## Topics

### Managing a collection view’s appearance

[`interitemSpacing`](/documentation/TVUIKit/TVCollectionViewFullScreenLayout/interitemSpacing)

The spacing between each cell in a collection view.

### Accessing collection view items

[`centerIndexPath`](/documentation/TVUIKit/TVCollectionViewFullScreenLayout/centerIndexPath)

The index path of the currently centered item.

### Configuring cell masks

[`maskAmount`](/documentation/TVUIKit/TVCollectionViewFullScreenLayout/maskAmount)

The amount by which to mask the cells in a collection view.

[`maskInset`](/documentation/TVUIKit/TVCollectionViewFullScreenLayout/maskInset)

The edge insets of the cell mask.

### Managing cell appearance

[`cornerRadius`](/documentation/TVUIKit/TVCollectionViewFullScreenLayout/cornerRadius)

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

### Managing transitions

[`parallaxFactor`](/documentation/TVUIKit/TVCollectionViewFullScreenLayout/parallaxFactor)

A value that specifies how slowly the background should move relative to the foreground.

[`isTransitioningToCenterIndexPath`](/documentation/TVUIKit/TVCollectionViewFullScreenLayout/isTransitioningToCenterIndexPath)

A Boolean value that indicates whether the cell is changing index paths.



---

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)