addCompletion(_:)
Adds the specified completion block to the animator.
Declaration
func addCompletion(_ completion: @escaping () -> Void)Parameters
- completion:
The completion block.
Adds the specified completion block to the animator.
func addCompletion(_ completion: @escaping () -> Void)The completion block.