An object that implements custom behaviors when changing from one layout to another in a collection view.
SDK
- macOS 10.11+
Framework
- App
Kit
Declaration
class NSCollectionViewTransitionLayout : NSCollection View Layout
Overview
Transition layout objects are commonly used to implement interactive transitions between layouts, where the transition itself is driven by a gesture recognizer.
Note
In macOS 10.11, collection views do not provide built-in support for driving layout transitions.