---
title: normalizedPosition
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcollectionviewfullscreencell/normalizedposition
---

# normalizedPosition

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

## Declaration

```swift
var normalizedPosition: CGFloat { get }
```

## Discussion

Discussion A value of 0 indicates that the cell is positioned at the center of the collection view. A negative value indicates that the cell is positioned to the left of the center. A positive value indicates that the cell is positioned to the right of the center.
