LoadingAnimator

@objc public protocol LoadingAnimator

Customized animator must conforms to this protocol.

  • Start loading animation.

    Declaration

    Swift

    func startAnimation()
  • Remove animations.

    Declaration

    Swift

    func removeAnimation()
  • Report progress.

    Declaration

    Swift

    optional func progress(received: Int64, _ total: Int64)
  • Perform animation when showing image.

    Declaration

    Swift

    optional func reveal()