From ee53300627caa05229bc1c9d1561a7a95518582d Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 5 Apr 2024 14:11:11 -0500 Subject: [PATCH 1/2] updated radiobox sample Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/RadioBoxGroupViewController.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/VDSSample/ViewControllers/RadioBoxGroupViewController.swift b/VDSSample/ViewControllers/RadioBoxGroupViewController.swift index 73297f5..2f961ef 100644 --- a/VDSSample/ViewControllers/RadioBoxGroupViewController.swift +++ b/VDSSample/ViewControllers/RadioBoxGroupViewController.swift @@ -69,7 +69,6 @@ class RadioBoxGroupViewController: BaseViewController{ var radioBox1 = RadioBoxGroup.RadioBoxItemModel() radioBox1.inputId = "model1" - radioBox1.selected = true radioBox1.value = "model 1 Value" radioBox1.text = "iPhone 11 Bundle 1" //radioBox1.subText = "Apple iPhone 11 - 64 GB\nOtterbox Case Red\nScreen Protector" @@ -117,7 +116,6 @@ extension RadioBoxGroupViewController: ComponentSampleable { var radioBox1 = RadioBoxGroup.RadioBoxItemModel() radioBox1.inputId = "model1" - radioBox1.selected = true radioBox1.value = "model 1 Value" radioBox1.text = "iPhone 11 Bundle 1" radioBox1.subText = "Apple iPhone 11 - 64 GB\nOtterbox Case Red\nScreen Protector" From 8e1125f5fbb61e8e087c8bf2b6340190275320e6 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 5 Apr 2024 15:06:56 -0500 Subject: [PATCH 2/2] updated version Signed-off-by: Matt Bruce --- VDSSample.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VDSSample.xcodeproj/project.pbxproj b/VDSSample.xcodeproj/project.pbxproj index 726c0b0..581a243 100644 --- a/VDSSample.xcodeproj/project.pbxproj +++ b/VDSSample.xcodeproj/project.pbxproj @@ -696,7 +696,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 57; + CURRENT_PROJECT_VERSION = 58; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = FCMA4QKS77; GENERATE_INFOPLIST_FILE = YES; @@ -731,7 +731,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 57; + CURRENT_PROJECT_VERSION = 58; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = FCMA4QKS77; GENERATE_INFOPLIST_FILE = YES;