diff --git a/VDSSample/ViewControllers/TileContainerViewController.swift b/VDSSample/ViewControllers/TileContainerViewController.swift index 2af2295..b605e55 100644 --- a/VDSSample/ViewControllers/TileContainerViewController.swift +++ b/VDSSample/ViewControllers/TileContainerViewController.swift @@ -165,7 +165,7 @@ class TileContainerViewController: BaseViewController { } showDropShadowSwitch.onChange = { [weak self] sender in - self?.component.showDropShadows = sender.isOn + self?.component.showDropShadow = sender.isOn } heightTextField diff --git a/VDSSample/ViewControllers/TileletViewController.swift b/VDSSample/ViewControllers/TileletViewController.swift index 772a189..038487b 100644 --- a/VDSSample/ViewControllers/TileletViewController.swift +++ b/VDSSample/ViewControllers/TileletViewController.swift @@ -291,7 +291,7 @@ class TileletViewController: BaseViewController { } showDropShadowSwitch.onChange = { [weak self] sender in - self?.component.showDropShadows = sender.isOn + self?.component.showDropShadow = sender.isOn } imageFallbackColorPickerSelectorView.onPickerDidSelect = { [weak self] item in