@available(iOS 9.0, *) public class LoadingView: UIActivityIndicatorView
UIActivityIndicatorView
public init(forStyle style: UIActivityIndicatorView.Style? = nil)
@discardableResult func start() -> Self
@discardableResult func stop() -> Self
@discardableResult func play(_ ifTrue: () -> Bool) -> Self
@discardableResult func color(_ color: UIColor) -> Self