IGListAdapterUpdateType
enum IGListAdapterUpdateType {}
The type of update that was performed by an IGListAdapter.
-
-[IGListAdapter performUpdatesAnimated:completion:]was executed.Declaration
Objective-C
IGListAdapterUpdateTypePerformUpdatesSwift
case performUpdates = 0 -
-[IGListAdapter reloadDataWithCompletion:]was executed.Declaration
Objective-C
IGListAdapterUpdateTypeReloadDataSwift
case reloadData = 1 -
-[IGListCollectionContext performBatchAnimated:updates:completion:]was executed by anIGListSectionController.Declaration
Objective-C
IGListAdapterUpdateTypeItemUpdatesSwift
case itemUpdates = 2
View on GitHub
IGListAdapterUpdateType Enumeration Reference