updated sample
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
45904c0202
commit
95d72e329b
@ -68,14 +68,13 @@ class ButtonGroupViewController: BaseViewController {
|
|||||||
override func viewDidLoad() {
|
override func viewDidLoad() {
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
buttonGroup.buttons = [
|
buttonGroup.buttons = [
|
||||||
makeButton("Button"),
|
makeButton("Secondary").with{ $0.use = .secondary },
|
||||||
makeTextLink("Text Link Button Test Test2"),
|
makeButton("Primary"),
|
||||||
|
makeTextLink("Large Text Link"),
|
||||||
makeButton("Widge Label Button"),
|
makeButton("Widge Label Button"),
|
||||||
makeButton("Button"),
|
makeTextLinkCaret("Text Link Caret"),
|
||||||
makeTextLinkCaret("Caret Button"),
|
makeTextLink("Small Text Link").with{ $0.size = .small },
|
||||||
makeButton("Button Test"),
|
makeButton("Small Button").with{$0.size = .small; $0.use = .secondary }
|
||||||
makeTextLink("Text Link"),
|
|
||||||
makeTextLinkCaret("Text Caret")
|
|
||||||
]
|
]
|
||||||
|
|
||||||
addContentTopView(view: buttonGroup)
|
addContentTopView(view: buttonGroup)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user