A description of a single change to make to an item in a collection view.
SDK
- macOS 10.11+
Framework
- App
Kit
Declaration
@interface NSCollectionViewUpdateItem : NSObject
Overview
You do not create instances of this class directly. When updating its content, the collection view object creates them and passes them to the layout object’s prepare
method, which can use them to prepare for the upcoming changes.