---
title: interitemSpacing
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcollectionviewfullscreenlayout/interitemspacing
---

# interitemSpacing

The spacing between each cell in a collection view.

## Declaration

```swift
var interitemSpacing: CGFloat { get set }
```

## Discussion

Discussion Use the interitemSpacing property to set a fixed space between each cell in the collection view. The default value of this property is 20.0.
