tableView(_:previewForDismissingContextMenuWithConfiguration:)
Returns the destination view when dismissing a context menu.
Declaration
optional func tableView(_ tableView: UITableView, previewForDismissingContextMenuWithConfiguration configuration: UIContextMenuConfiguration) -> UITargetedPreview?Parameters
- tableView:
The table view informing the delegate of this event.
- configuration:
The configuration of the menu being displayed.
See Also
Managing context menus
Adding context menus in your apptableView(_:contextMenuConfigurationForRowAt:point:)tableView(_:previewForHighlightingContextMenuWithConfiguration:)tableView(_:willDisplayContextMenu:animator:)tableView(_:willEndContextMenuInteraction:animator:)tableView(_:willPerformPreviewActionForMenuWith:animator:)