added more buttons

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-12-01 12:00:41 -06:00
parent 093c761e0e
commit 1f6a73eda7

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)