CLASS
FormViewControllerStyle
Contents
- Properties
commonVCStylecontentTextAppearancecontentTextColorcontentStyle
- Methods
init(from:)
public final class FormViewControllerStyle: UIViewControllerStyle, StyleLoadable
The UIStyle subclass used for FormViewController UI styling definitions.
Properties
commonVCStyle
public let commonVCStyle: CommonViewControllerStyle
contentTextAppearance
public var contentTextAppearance: TextAppearance
contentTextColor
public var contentTextColor: UIColor
contentStyle
public let contentStyle: StackViewStyle
Methods
init(from:)
public convenience init(from decoder: Decoder) throws
Parameters
| Name | Description |
|---|---|
| decoder | The decoder to read data from. |