updated sample
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
e3420da41b
commit
aa7c70ac77
@ -81,9 +81,10 @@ class TiletViewController: BaseViewController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func setupModel() {
|
func setupModel() {
|
||||||
tilet.width = 250
|
tilet.surface = .light
|
||||||
tilet.titleText = "Get more of our best"
|
tilet.width = 312
|
||||||
tilet.subTitleText = "Get both of our best and pay less. Pair 5G Home Internet with Verizon mobile to save every month."
|
tilet.titleText = "Save $XX on your monthly bill."
|
||||||
|
tilet.subTitleText = "Enroll in Auto Pay & paper-free billing to save on your monthly bill."
|
||||||
|
|
||||||
//setup UI
|
//setup UI
|
||||||
surfacePickerSelectorView.text = tilet.surface.rawValue
|
surfacePickerSelectorView.text = tilet.surface.rawValue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user