Contents

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