Contents

contextMenuInteraction(_:willEndFor:animator:)

Informs the delegate when a menu display ends.

Declaration

optional func contextMenuInteraction(_ interaction: UIContextMenuInteraction, willEndFor configuration: UIContextMenuConfiguration, animator: (any UIContextMenuInteractionAnimating)?)

Parameters

  • interaction:

    The interaction object that triggered the interaction.

  • configuration:

    The context menu configuration.

  • animator:

    The animator to configure custom animations.

See Also

Handling animations