Tells the delegate when the user stops using a two-finger pan gesture to select multiple items in a collection view.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
- (void)collectionViewDidEndMultipleSelectionInteraction:(UICollection View *)collectionView;
Parameters
collectionView
The collection view calling this method.
Discussion
The collection view calls this method after the user lifts their finger from the device.