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