Contents

addCompletion(_:)

Adds a closure to perform operations when the edit menu interaction presentation animations are complete.

Declaration

func addCompletion(_ completion: @escaping () -> Void)

Parameters

  • completion:

    A closure that performs operations after the animations complete.

See Also

Adding Animations