Structure
ProgressBar
Progress-style implementation of
ActivityBar.struct ProgressBar
Overview
Downloading [======== ]
The = characters represent the value of currentProgress from 0…1
See progressBar(title:) to create one.
Topics
Instance Properties
var currentProgress: DoubleControls how theProgressBaris rendered.let title: StringSeeActivityBar.
Instance Methods
Relationships
Conforms To
ActivityBarActivityIndicatorTypeSwift.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.enum ActivityIndicatorStatePossible states to draw / render andActivityIndicatorType.protocol ActivityBarAnActivityIndicatorTypethat renders an activity bar on a single line.struct LoadingBarLoading-style implementation ofActivityBar.struct CustomActivityAn activity indicator with customizable frames and success and failure messages.