CustomLoadingIndicatorAdapter

public protocol CustomLoadingIndicatorAdapter : InjectedViewAdapter

Adapter for injecting a custom loading indicator for the analysis viewcontroller.

  • Called when the screen is loaded. You should start the loading indicator animation in this method.

    Declaration

    Swift

    func startAnimation()
  • Called when the screen has disappeared. You should stop the loading indicator animation in this method.

    Declaration

    Swift

    func stopAnimation()