CLASS

LoadingIndicatorViewStyle

Contents

public final class LoadingIndicatorViewStyle: UIStyle

The UIStyle subclass used for LoadingIndicatorView UI component styling definitions.

- 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

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.