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 failureFail state. The indicator should show that the operation failed.case readyDefault state. This is usually never used other than for initialization.case successSuccess state. The indicator should show that the operation succeeded.
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype