Contents

editMenuInteraction(_:willDismissMenuFor:animator:)

Informs the delegate when the interaction is about to dismiss the menu.

Declaration

optional func editMenuInteraction(_ interaction: UIEditMenuInteraction, willDismissMenuFor configuration: UIEditMenuConfiguration, animator: any UIEditMenuInteractionAnimating)

Parameters

  • interaction:

    The interaction object triggering the menu.

  • configuration:

    The object containing the configuration details for the menu.

  • animator:

    The object you use to add animations that run alongside the dismiss transition.

See Also

Customizing the Menu