Contents

tableViewDidEndMultipleSelectionInteraction(_:)

Tells the delegate when the user stops using a two-finger pan gesture to select multiple rows in a table view.

Declaration

optional func tableViewDidEndMultipleSelectionInteraction(_ tableView: UITableView)

Parameters

  • tableView:

    The table view calling this method.

Discussion

The table view calls this method after the user lifts their finger from the device.

See Also

Responding to row selections