CLASS
ProblemViewControllerStyle
Contents
- Methods
init(headerTextAppearance:headerTextColor:messagesStyle:linksStyle:paddingLeft:paddingTop:paddingRight:paddingBottom:backgroundColor:)
public final class ProblemViewControllerStyle: BaseViewControllerStyle
The UIStyle subclass used for ProblemViewController UI styling definitions.
- Note: Available ProblemViewControllerStyle Theme configuration options:
- paddingLeft: Number
- paddingTop: Number
- paddingRight: Number
- paddingBottom: Number
- messagesStyle: String
- linksStyle: String
Methods
init(headerTextAppearance:headerTextColor:messagesStyle:linksStyle:paddingLeft:paddingTop:paddingRight:paddingBottom:backgroundColor:)
override public init(headerTextAppearance: TextAppearance,
headerTextColor: UIColor,
messagesStyle: StackViewStyle,
linksStyle: StackViewStyle,
paddingLeft: Double,
paddingTop: Double,
paddingRight: Double,
paddingBottom: Double,
backgroundColor: UIColor?)
Parameters
| Name | Description |
|---|---|
| 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. |