From e43f4868216ab9c08b9a71934e33d52a2b4fe2dd Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 4 Apr 2024 16:02:13 -0500 Subject: [PATCH] added in trailingTextField for additions Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/BadgeIndicatorViewController.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VDSSample/ViewControllers/BadgeIndicatorViewController.swift b/VDSSample/ViewControllers/BadgeIndicatorViewController.swift index 8eaf61e..80ef4b7 100644 --- a/VDSSample/ViewControllers/BadgeIndicatorViewController.swift +++ b/VDSSample/ViewControllers/BadgeIndicatorViewController.swift @@ -89,8 +89,7 @@ class BadgeIndicatorViewController: BaseViewController { dotForm.addFormRow(label: "Hide Dot", view: hideDotSwitch) dotForm.addFormRow(label: "Dot Size", view: dotSizeTextField) numberedForm.addFormRow(label: "Leading Character", view: leadingCharacterTextField) -//Since not all of the updated specs from 7/13 & 7/18 are done, remove this for now -// numberedForm.addFormRow(label: "Trailing Text", view: trailingTextField) + numberedForm.addFormRow(label: "Trailing Text", view: trailingTextField) numberedForm.addFormRow(label: "Number", view: textField) numberedForm.addFormRow(label: "Max Digits", view: maxDigitsPickerSelectorView) append(section: numberedForm)