Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 594 Bytes

LoadingView.md

File metadata and controls

43 lines (28 loc) · 594 Bytes

LoadingView

@available(iOS 9.0, *) public class LoadingView: UIActivityIndicatorView

Inheritance

UIActivityIndicatorView

Initializers

init(forStyle:)

public init(forStyle style: UIActivityIndicatorView.Style? = nil)

Methods

start()

@discardableResult func start() -> Self

stop()

@discardableResult func stop() -> Self

play(_:)

@discardableResult func play(_ ifTrue: () -> Bool) -> Self

color(_:)

@discardableResult func color(_ color: UIColor) -> Self