Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios_sample into vasavk/dropdownSelect
This commit is contained in:
commit
fe552d1ed0
@ -89,8 +89,7 @@ class BadgeIndicatorViewController: BaseViewController<BadgeIndicator> {
|
||||
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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user