collectionViewDidEndMultipleSelectionInteraction(_:)
Tells the delegate when the user stops using a two-finger pan gesture to select multiple items in a collection view.
Declaration
optional func collectionViewDidEndMultipleSelectionInteraction(_ collectionView: UICollectionView)Parameters
- collectionView:
The collection view calling this method.
Discussion
The collection view calls this method after the user lifts their finger from the device.
See Also
Managing the selected cells
Changing the appearance of selected and highlighted cellsSelecting multiple items with a two-finger pan gesturecollectionView(_:shouldSelectItemAt:)collectionView(_:didSelectItemAt:)collectionView(_:shouldDeselectItemAt:)collectionView(_:didDeselectItemAt:)collectionView(_:shouldBeginMultipleSelectionInteractionAt:)collectionView(_:didBeginMultipleSelectionInteractionAt:)