Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Enumeration

ActivityIndicatorState

Possible states to draw / render and ActivityIndicatorType.
enum ActivityIndicatorState

Overview

See ActivityIndicatorType.

Topics

Enumeration Cases

  • case active(tick: UInt)
    Active state. The indicator should appear active or loading during this state.
  • case failure
    Fail state. The indicator should show that the operation failed.
  • case ready
    Default state. This is usually never used other than for initialization.
  • case success
    Success state. The indicator should show that the operation succeeded.

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype

See Also

Activity