Contents

addCompletion(_:)

Adds the specified completion block to the animator.

Declaration

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

Parameters

  • completion:

    The completion block.

See Also

Adding Custom Animations