CameraAnimator

public protocol CameraAnimator : Cancelable

Undocumented

  • Stops the animation and calls any provided completion. Does nothing if the animator has already completed.

    Declaration

    Swift

    func stopAnimation()
  • The current state of the animation.

    Declaration

    Swift

    var state: UIViewAnimatingState { get }