CLASS
HaapiFlowViewControllerStyle
Contents
- Properties
commonUIStylecloseButtonMinHeightcloseButtonMinWidthcloseButtonImagecloseButtonTintColor
- Methods
init(from:)
public final class HaapiFlowViewControllerStyle: UIStyle, StyleLoadable
Properties
commonUIStyle
public let commonUIStyle: CommonUIStyle
closeButtonMinHeight
public let closeButtonMinHeight: Double
closeButtonMinWidth
public let closeButtonMinWidth: Double
closeButtonImage
public let closeButtonImage: UIImage
closeButtonTintColor
public let closeButtonTintColor: UIColor?
Methods
init(from:)
public convenience init(from decoder: Decoder) throws
Parameters
| Name | Description |
|---|---|
| decoder | The decoder to read data from. |