- tableView
- Table view containing the row.
- rowAtindexPath
- Location of the row that the user is selecting.
true if the editing menu should appear for this row, or false if not. The default is false.
This method controls whether the editing menu is displayed when the user tap-holds on the specified row. Return false to prevent the menu from appearing (for example, if copying or pasting of data is not supported on this row).
Declared in [UITableViewDelegate]