Class
TchekBuyBackFlowBuilder
public class TchekBuyBackFlowBuilder
The builder used for customizing the features of Buy Back Flow
Usage:
let builder = TchekBuyBackFlowBuilder(delegate: self) { builder in
builder.bg =
}
Initializers
init(delegate:ui:)
public init(delegate: TchekBuyBackFlowDelegate,
ui: ((TchekBuyBackFlowBuilder) -> Void)? = nil)
Primary constructor
Parameters
| Name | Type | Description |
|---|---|---|
| delegate | TchekBuyBackFlowDelegate |
Delegate that will be notified of events from the Buy Back Flow |
| ui | ((TchekBuyBackFlowBuilder) -> Void)? |
Lambda to easily set-up the builder |
Properties
btnPrevDisable
public var btnPrevDisable: UIColor
The background color of previous button on disable state
btnPrevStroke
public var btnPrevStroke: UIColor
The stroke color of previous button. Pass UIColor.clear to disable
btnPrevTextDisable
public var btnPrevTextDisable: UIColor
The text color of previous button on disable state
btnNextDisable
public var btnNextDisable: UIColor
The background color of next button on disable state
btnNextStroke
public var btnNextStroke: UIColor
The stroke color of next button. Pass UIColor.clear to disable
btnNextTextDisable
public var btnNextTextDisable: UIColor
The text color of next button on disable state
textFieldPlaceholderText
public var textFieldPlaceholderText: UIColor
The text field place holder text color
textFieldPlaceholderTextSelected
public var textFieldPlaceholderTextSelected: UIColor
The text field place holder text color
textFieldUnderlineSelected
public var textFieldUnderlineSelected: UIColor
The text field border color on Selected state
radioButtonSelected
public var radioButtonSelected: UIColor
The radio button color on selected state
radioButtonBgSelected
public var radioButtonBgSelected: UIColor
The radio button bg color on selected state
radioButtonBgStrokeSelected
public var radioButtonBgStrokeSelected: UIColor
The radio button border color on selected state
mechanicalCheckButtonSelected
public var mechanicalCheckButtonSelected: UIColor
The Mechanical Check button color on selected state
mechanicalCheckButtonStroke
public var mechanicalCheckButtonStroke: UIColor
The Mechanical Check button stroke color
mechanicalCheckButtonStrokeSelected
public var mechanicalCheckButtonStrokeSelected: UIColor
The Mechanical Check button stroke color on selected state
mechanicalCheckButtonText
public var mechanicalCheckButtonText: UIColor
The Mechanical Check button text color
mechanicalCheckButtonTextSelected
public var mechanicalCheckButtonTextSelected: UIColor
The Mechanical Check button text color on selected state