Contents

addAnimations(_:)

Adds a closure that performs animations to run alongside the edit menu interaction presentation.

Declaration

func addAnimations(_ animations: @escaping () -> Void)

Parameters

  • animations:

    A closure that performs animations.

See Also

Adding Animations