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
Handling row selection in a table viewSelecting multiple items with a two-finger pan gesturetableView(_:willSelectRowAt:)tableView(_:didSelectRowAt:)tableView(_:willDeselectRowAt:)tableView(_:didDeselectRowAt:)tableView(_:shouldBeginMultipleSelectionInteractionAt:)tableView(_:didBeginMultipleSelectionInteractionAt:)