CLASS

SelectorViewControllerStyle

Contents

public final class SelectorViewControllerStyle: BaseViewControllerStyle

The UIStyle subclass used for SelectorViewController UI styling definitions.

- paddingLeft: Number
- paddingTop: Number
- paddingRight: Number
- paddingBottom: Number
- messagesStyle: String
- headerTextStyle: String
- buttonsStyle: String
- linksStyle: String

Methods

init(contentStyle:headerTextAppearance:headerTextColor:messagesStyle:linksStyle:paddingLeft:paddingTop:paddingRight:paddingBottom:backgroundColor:)

public init(contentStyle: StackViewStyle,
            headerTextAppearance: TextAppearance,
            headerTextColor: UIColor,
            messagesStyle: StackViewStyle,
            linksStyle: StackViewStyle,
            paddingLeft: Double,
            paddingTop: Double,
            paddingRight: Double,
            paddingBottom: Double,
            backgroundColor: UIColor?)

Creates a SelectorViewControllerStyle.

Parameters

Name Description
contentStyle The stack view style for the content.
headerTextAppearance The text appearance for the header.
headerTextColor The text color for the header.
messagesStyle The stack view style for the messages area.
linksStyle The stack view style for the links area.
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.