MUActivityIndicatorProtocol
@objc
public protocol MUActivityIndicatorProtocol : AnyObject
Activity indicator protocol.
-
Start indicator animation.
Declaration
Swift
func startAnimating() -
Stop indicator animation.
Declaration
Swift
func stopAnimating() -
Progress indicator tint color.
Declaration
Swift
var color: UIColor! { get set } -
Hide indicator progress when not animating.
Declaration
Swift
var hidesWhenStopped: Bool { get set } -
Get current progress animation state.
Declaration
Swift
var isAnimating: Bool { get }
View on GitHub
Install in Dash
MUActivityIndicatorProtocol Protocol Reference