---
title: TVCollectionViewDelegateFullScreenLayout
framework: tvuikit
role: symbol
role_heading: Protocol
path: tvuikit/tvcollectionviewdelegatefullscreenlayout
---

# TVCollectionViewDelegateFullScreenLayout

Methods that send notifications of events during cell transitions.

## Declaration

```swift
protocol TVCollectionViewDelegateFullScreenLayout : UICollectionViewDelegate
```

## Overview

Overview The methods contained in this protocol help you manage and control cell transitions.

## Topics

### Managing Cell Transitions

- [collectionView(_:layout:willCenterCellAt:)](tvuikit/tvcollectionviewdelegatefullscreenlayout/collectionview(_:layout:willcentercellat:).md)
- [collectionView(_:layout:didCenterCellAt:)](tvuikit/tvcollectionviewdelegatefullscreenlayout/collectionview(_:layout:didcentercellat:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [UICollectionViewDelegate](uikit/uicollectionviewdelegate.md)
- [UIScrollViewDelegate](uikit/uiscrollviewdelegate.md)

## See Also

### Collections of content

- [Creating immersive experiences using a full-screen layout](tvuikit/creating-immersive-experiences-using-a-full-screen-layout.md)
- [TVCollectionViewFullScreenLayout](tvuikit/tvcollectionviewfullscreenlayout.md)
- [TVCollectionViewFullScreenCell](tvuikit/tvcollectionviewfullscreencell.md)
- [TVCollectionViewFullScreenLayoutAttributes](tvuikit/tvcollectionviewfullscreenlayoutattributes.md)
