added pricefield text
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
a4b99d1ecc
commit
c6ce52d5ce
@ -117,6 +117,7 @@ class PriceLockupViewController: BaseViewController<PriceLockup> {
|
|||||||
sizePickerSelectorView.text = component.size.rawValue
|
sizePickerSelectorView.text = component.size.rawValue
|
||||||
kindPickerSelectorView.text = component.kind.rawValue
|
kindPickerSelectorView.text = component.kind.rawValue
|
||||||
termPickerSelectorView.text = component.term.rawValue
|
termPickerSelectorView.text = component.term.rawValue
|
||||||
|
priceTextField.text = "\(component.price!)"
|
||||||
leadingTextField.text = component.leadingText
|
leadingTextField.text = component.leadingText
|
||||||
trailingTextField.text = component.trailingText
|
trailingTextField.text = component.trailingText
|
||||||
superscriptTextField.text = component.superscript
|
superscriptTextField.text = component.superscript
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user