refactored
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
64b823da48
commit
bc923accd3
@ -165,7 +165,7 @@ class TileContainerViewController: BaseViewController<TileContainer> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
showDropShadowSwitch.onChange = { [weak self] sender in
|
showDropShadowSwitch.onChange = { [weak self] sender in
|
||||||
self?.component.showDropShadows = sender.isOn
|
self?.component.showDropShadow = sender.isOn
|
||||||
}
|
}
|
||||||
|
|
||||||
heightTextField
|
heightTextField
|
||||||
|
|||||||
@ -291,7 +291,7 @@ class TileletViewController: BaseViewController<Tilelet> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
showDropShadowSwitch.onChange = { [weak self] sender in
|
showDropShadowSwitch.onChange = { [weak self] sender in
|
||||||
self?.component.showDropShadows = sender.isOn
|
self?.component.showDropShadow = sender.isOn
|
||||||
}
|
}
|
||||||
|
|
||||||
imageFallbackColorPickerSelectorView.onPickerDidSelect = { [weak self] item in
|
imageFallbackColorPickerSelectorView.onPickerDidSelect = { [weak self] item in
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user