CLASS

TextPickerViewStyle

Contents

public final class TextPickerViewStyle: UIStyle

The UIStyle subclass used for TextPickerView UI component styling definitions.

- fontTextStyle: String
- fontSymbolicTrait: String
- textColorName: String
- textAlignment: String
- backgroundColorName: String
- itemBackgroundColorName: String
- itemViewClassName: String
- toolbarBackgroundColorName: String
- toolbarTextTintColorName: String

Methods

init(itemBackgroundColor:toolbarBackgroundColor:toolbarTextTintColor:textAppearance:textColor:itemViewClassName:paddingLeft:paddingTop:paddingRight:paddingBottom:backgroundColor:)

public init(itemBackgroundColor: UIColor,
            toolbarBackgroundColor: UIColor,
            toolbarTextTintColor: UIColor,
            textAppearance: TextAppearance,
            textColor: UIColor,
            itemViewClassName: String?,
            paddingLeft: Double,
            paddingTop: Double,
            paddingRight: Double,
            paddingBottom: Double,
            backgroundColor: UIColor?)