From bc923accd3f665c5fbb31b679105e184662eef05 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 25 Apr 2024 15:07:41 -0500 Subject: [PATCH] refactored Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/TileContainerViewController.swift | 2 +- VDSSample/ViewControllers/TileletViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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