DisplayState

public enum DisplayState

An enum representing the different display states a FUIProgressIndicatorControl can have.

  • Progress state is inProgress. Shows spinning circular activity indicator.

    Declaration

    Swift

    case inProgress
  • Progress state is loading. Shows the progress gauge with a pause icon.

    Declaration

    Swift

    case loadingPausable
  • Progress state is loading. Shows the progress gauge with stop icon.

    Declaration

    Swift

    case loadingStoppable
  • Progress state is paused. Shows the progress gauge with a resume icon.

    Declaration

    Swift

    case paused