tableView(_:willEndContextMenuInteraction:animator:)
Informs the delegate when a context menu will disappear.
Declaration
optional func tableView(_ tableView: UITableView, willEndContextMenuInteraction configuration: UIContextMenuConfiguration, animator: (any UIContextMenuInteractionAnimating)?)Parameters
- tableView:
The table view informing the delegate of this event.
- configuration:
The ending configuration.
- animator:
The animations to run alongside the disappearance transition.
See Also
Managing context menus
Adding context menus in your apptableView(_:contextMenuConfigurationForRowAt:point:)tableView(_:previewForDismissingContextMenuWithConfiguration:)tableView(_:previewForHighlightingContextMenuWithConfiguration:)tableView(_:willDisplayContextMenu:animator:)tableView(_:willPerformPreviewActionForMenuWith:animator:)