---
title: nextLayout
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionviewtransitionlayout/nextlayout
---

# nextLayout

The collection view’s new layout object.

## Declaration

```swift
var nextLayout: UICollectionViewLayout { get }
```

## Discussion

Discussion This object provides the layout attributes representing the new position of items in the collection view. If the transition completes as expected, the collection view animates its items to the positions provided by this object.

## See Also

### Accessing the layout objects

- [currentLayout](uikit/uicollectionviewtransitionlayout/currentlayout.md)
