Contents

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