Protocol
ActivityBar
An
ActivityIndicatorType that renders an activity bar on a single line.protocol ActivityBar : ActivityIndicatorType
Overview
Title [======= ]
ActivityBars implement the renderActiveBar(tick:width:) method to customize the bar style.
See LoadingBar and ProgressBar implementations.
See ActivityIndicatorType for more information.
Topics
Instance Properties
titleThe title to display when rendering thisActivityBar.
Instance Methods
renderActiveBar(tick:width:)Called each time theActivityBarshould refresh its display.
Relationships
Inherits From
ActivityIndicatorTypeSwift.SendableSwift.SendableMetatype
Conforming Types
See Also
Activity
ActivityIndicatorAn instance of aActivityIndicatorTypethat can be started, failed, and succeeded.ActivityIndicatorTypeActivityIndicatorTypes are responsible for drawing / rendering the currentActivityIndicatorStateto theConsole.ActivityIndicatorStatePossible states to draw / render andActivityIndicatorType.LoadingBarLoading-style implementation ofActivityBar.ProgressBarProgress-style implementation ofActivityBar.CustomActivityAn activity indicator with customizable frames and success and failure messages.