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() {
|
||||
super.viewDidLoad()
|
||||
buttonGroup.buttons = [
|
||||
makeButton("Button"),
|
||||
makeTextLink("Text Link Button Test Test2"),
|
||||
makeButton("Secondary").with{ $0.use = .secondary },
|
||||
makeButton("Primary"),
|
||||
makeTextLink("Large Text Link"),
|
||||
makeButton("Widge Label Button"),
|
||||
makeButton("Button"),
|
||||
makeTextLinkCaret("Caret Button"),
|
||||
makeButton("Button Test"),
|
||||
makeTextLink("Text Link"),
|
||||
makeTextLinkCaret("Text Caret")
|
||||
makeTextLinkCaret("Text Link Caret"),
|
||||
makeTextLink("Small Text Link").with{ $0.size = .small },
|
||||
makeButton("Small Button").with{$0.size = .small; $0.use = .secondary }
|
||||
]
|
||||
|
||||
addContentTopView(view: buttonGroup)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user