CameraAnimator

public protocol CameraAnimator : Cancelable

Undocumented

  • Stops the animation in its tracks and calls any provided completion

    Declaration

    Swift

    func stopAnimation()
  • The current state of the animation

    Declaration

    Swift

    var state: UIViewAnimatingState { get }