added more buttons
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
093c761e0e
commit
1f6a73eda7
@ -28,9 +28,13 @@ class ButtonGroupViewController: BaseViewController {
|
|||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
buttonGroup.buttons = [
|
buttonGroup.buttons = [
|
||||||
makeButton("Button"),
|
makeButton("Button"),
|
||||||
|
makeTextLink("Text Link Button Test Test2"),
|
||||||
makeButton("Widge Label Button"),
|
makeButton("Widge Label Button"),
|
||||||
makeTextLink("Text Link Button"),
|
makeButton("Button"),
|
||||||
makeTextLinkCaret("Caret Button")
|
makeTextLinkCaret("Caret Button"),
|
||||||
|
makeButton("Button Test"),
|
||||||
|
makeTextLink("Text Link"),
|
||||||
|
makeTextLinkCaret("Text Caret")
|
||||||
]
|
]
|
||||||
|
|
||||||
addContentTopView(view: buttonGroup)
|
addContentTopView(view: buttonGroup)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user