updated version

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-08-10 15:21:49 -05:00
parent 9f32622c2f
commit c8ce32cc7b
2 changed files with 3 additions and 4 deletions

View File

@ -675,7 +675,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
DEVELOPMENT_TEAM = FCMA4QKS77;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = VDSSample/Info.plist;
@ -707,7 +707,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
DEVELOPMENT_TEAM = FCMA4QKS77;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = VDSSample/Info.plist;

View File

@ -38,7 +38,7 @@ class DropShadowViewController: BaseViewController<ShadowView> {
var thirdView = View()
lazy var backgroundColorPickerSelectorView = {
PickerSelectorView(title: "",
PickerSelectorView(title: "paletteWhite",
picker: self.picker,
items: UIColor.VDSColor.allCases)
}()
@ -298,7 +298,6 @@ class DropShadowViewController: BaseViewController<ShadowView> {
dropShadow2DarkColorPickerSelectorView.text = component.shadowDarkColor2.rawValue
viewLightColorPickerSelectorView.text = component.viewLightColor.rawValue
viewDarkColorPickerSelectorView.text = component.viewDarkColor.rawValue
surfacePickerSelectorView.text = component.surface.rawValue
showShadow.isOn = component.showShadow
showShadow2.isOn = component.showShadow2