Enumeration
ActivityIndicatorState
Possible states to draw / render and
ActivityIndicatorType.enum ActivityIndicatorState
Overview
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
See Also
Activity
class ActivityIndicatorAn instance of aActivityIndicatorTypethat can be started, failed, and succeeded.protocol ActivityIndicatorTypeActivityIndicatorTypes are responsible for drawing / rendering the currentActivityIndicatorStateto theConsole.protocol ActivityBarAnActivityIndicatorTypethat renders an activity bar on a single line.struct LoadingBarLoading-style implementation ofActivityBar.struct ProgressBarProgress-style implementation ofActivityBar.struct CustomActivityAn activity indicator with customizable frames and success and failure messages.