CLASS
LoadingIndicatorViewStyle
Contents
- Properties
commonUIStylestrokeColor
- Methods
init(from:)==(_:_:)
public final class LoadingIndicatorViewStyle: UIStyle, StyleLoadable, Equatable
The UIStyle subclass used for LoadingIndicatorView UI component styling definitions.
- Note: Available LoadingIndicatorViewStyle Theme configuration options:
- 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. |