CLASS

LoadingIndicatorViewStyle

Contents

public final class LoadingIndicatorViewStyle: UIStyle, StyleLoadable, Equatable

The UIStyle subclass used for LoadingIndicatorView UI component styling definitions.

- strokeColorName: String

Properties

commonUIStyle

public let commonUIStyle: CommonUIStyle

strokeColor

public let strokeColor: UIColor

Methods

init(from:)

public convenience init(from decoder: any Decoder) throws

Parameters

Name Description
decoder The decoder to read data from.

==(::)

public static func == (lhs: LoadingIndicatorViewStyle, rhs: LoadingIndicatorViewStyle) -> Bool

Parameters

Name Description
lhs A value to compare.
rhs Another value to compare.