Indicators

public class Indicators

A class that wraps access to indicators, such as network activity.

  • Shows the network activity indicator in the status bar (iOS).

    This function is thread safe.

    Note

    This function does nothing on macOS.

    Declaration

    Swift

    public static func showNetworkActivity()
  • Hides the network activity indicator in the status bar (iOS).

    This function is thread safe.

    Note

    This function does nothing on macOS.

    Declaration

    Swift

    public static func hideNetworkActivity()