From 46f29472efc91103dabe4ff6f50953ffe9a49df6 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 9 Aug 2023 14:07:39 -0500 Subject: [PATCH] removed new feature Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/BadgeIndicatorViewController.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VDSSample/ViewControllers/BadgeIndicatorViewController.swift b/VDSSample/ViewControllers/BadgeIndicatorViewController.swift index 75c3e60..20ef79c 100644 --- a/VDSSample/ViewControllers/BadgeIndicatorViewController.swift +++ b/VDSSample/ViewControllers/BadgeIndicatorViewController.swift @@ -89,7 +89,8 @@ class BadgeIndicatorViewController: BaseViewController { dotForm.addFormRow(label: "Hide Dot", view: hideDotSwitch) dotForm.addFormRow(label: "Dot Size", view: dotSizeTextField) numberedForm.addFormRow(label: "Leading Character", view: leadingCharacterTextField) - numberedForm.addFormRow(label: "Trailing Text", view: trailingTextField) +//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: "Number", view: textField) numberedForm.addFormRow(label: "Max Digits", view: maxDigitsPickerSelectorView) append(section: numberedForm)