Merge branch 'feature/buttonGroupUpdate' into 'develop'

added more buttons

See merge request BPHV_MIPS/vds_ios_sample!10
This commit is contained in:
Bruce, Matt R 2022-12-01 18:05:51 +00:00
commit 5c82c25935

View File

@ -28,9 +28,13 @@ class ButtonGroupViewController: BaseViewController {
super.viewDidLoad()
buttonGroup.buttons = [
makeButton("Button"),
makeTextLink("Text Link Button Test Test2"),
makeButton("Widge Label Button"),
makeTextLink("Text Link Button"),
makeTextLinkCaret("Caret Button")
makeButton("Button"),
makeTextLinkCaret("Caret Button"),
makeButton("Button Test"),
makeTextLink("Text Link"),
makeTextLinkCaret("Text Caret")
]
addContentTopView(view: buttonGroup)