Contents

NSCollectionViewTransitionLayout

An object that implements custom behaviors when changing from one layout to another in a collection view.

Declaration

class NSCollectionViewTransitionLayout

Overview

Transition layout objects are commonly used to implement interactive transitions between layouts, where the transition itself is driven by a gesture recognizer.

Topics

Initializing the Transition Layout Object

Updating the Transition Information

Accessing the Layout Objects

See Also

Layouts