updated vcs
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
64b823da48
commit
cee74d0e32
@ -181,6 +181,7 @@ class ButtonIconViewController: BaseViewController<ButtonIcon> {
|
|||||||
let name = Icon.Name.addToFavorite
|
let name = Icon.Name.addToFavorite
|
||||||
|
|
||||||
component.iconName = name
|
component.iconName = name
|
||||||
|
component.onChange = { c in print("changed: \(c.isSelected)") }
|
||||||
//setup UI
|
//setup UI
|
||||||
surfacePickerSelectorView.text = component.surface.rawValue
|
surfacePickerSelectorView.text = component.surface.rawValue
|
||||||
surfaceTypePickerSelectorView.text = component.surfaceType.rawValue
|
surfaceTypePickerSelectorView.text = component.surfaceType.rawValue
|
||||||
|
|||||||
@ -99,6 +99,8 @@ class TileContainerViewController: BaseViewController<TileContainer> {
|
|||||||
addContentTopView(view: .makeWrapper(for: component))
|
addContentTopView(view: .makeWrapper(for: component))
|
||||||
component.width = 150
|
component.width = 150
|
||||||
component.color = .secondary
|
component.color = .secondary
|
||||||
|
component.accessibilityLabel = "Tile Container"
|
||||||
|
component.addContentView(Label().with { $0.text = "Testing Label" })
|
||||||
setupPicker()
|
setupPicker()
|
||||||
setupModel()
|
setupModel()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user