CLASS
SelectorViewControllerStyle
Contents
- Properties
commonVCStylecontentStyle
- Methods
init(from:)
public final class SelectorViewControllerStyle: UIViewControllerStyle, StyleLoadable
The UIStyle subclass used for SelectorViewController UI styling definitions.
Properties
commonVCStyle
public let commonVCStyle: CommonViewControllerStyle
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. |