OnButtonLoadingIndicatorAdapter

public protocol OnButtonLoadingIndicatorAdapter : InjectedViewAdapter

Adapter for injecting a custom loading indicator on top of buttons.

  • Called when the ther is loading in the background. You should start the loading indicator animation in this method.

    Declaration

    Swift

    func startAnimation()
  • Called when the loading is finished. You should stop the loading indicator animation in this method.

    Declaration

    Swift

    func stopAnimation()