From aa7c70ac77cbd5c190cd8d93344284c6b0b02936 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 20 Dec 2022 12:36:38 -0600 Subject: [PATCH] updated sample Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/TiletViewController.swift | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/VDSSample/ViewControllers/TiletViewController.swift b/VDSSample/ViewControllers/TiletViewController.swift index db76755..03c20a9 100644 --- a/VDSSample/ViewControllers/TiletViewController.swift +++ b/VDSSample/ViewControllers/TiletViewController.swift @@ -81,9 +81,10 @@ class TiletViewController: BaseViewController { } func setupModel() { - tilet.width = 250 - tilet.titleText = "Get more of our best" - tilet.subTitleText = "Get both of our best and pay less. Pair 5G Home Internet with Verizon mobile to save every month." + tilet.surface = .light + tilet.width = 312 + 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 surfacePickerSelectorView.text = tilet.surface.rawValue