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.
Adds a closure that performs animations to run alongside the edit menu interaction presentation.
func addAnimations(_ animations: @escaping () -> Void)A closure that performs animations.