CLASS
LoadingIndicatorViewStyle
Contents
- Methods
init(strokeColor:paddingLeft:paddingTop:paddingRight:paddingBottom:backgroundColor:)
 
public final class LoadingIndicatorViewStyle: UIStyle
The UIStyle subclass used for LoadingIndicatorView UI component styling definitions.
- Note: Available LoadingIndicatorViewStyle Theme configuration options:
 
- strokeColorName: String
Methods
init(strokeColor:paddingLeft:paddingTop:paddingRight:paddingBottom:backgroundColor:)
public init(strokeColor: UIColor,
            paddingLeft: Double,
            paddingTop: Double,
            paddingRight: Double,
            paddingBottom: Double,
            backgroundColor: UIColor?)
Creates a LoadingIndicatorViewStyle.
- Parameters:
- strokeColor: The stroke color.
 - paddingLeft: The left padding of the view.
 - paddingTop: The top padding of the view.
 - paddingRight: The right padding of the view.
 - paddingBottom: The bottom padding of the view.
 - backgroundColor: The background color.
 
 
Parameters
| Name | Description | 
|---|---|
| strokeColor | The stroke color. | 
| paddingLeft | The left padding of the view. | 
| paddingTop | The top padding of the view. | 
| paddingRight | The right padding of the view. | 
| paddingBottom | The bottom padding of the view. | 
| backgroundColor | The background color. |