update for VDS changes

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-08 10:46:53 -05:00
parent 332c62fa0a
commit 3b0a453aab
3 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:vds_ios/VDS.xcodeproj">
</FileRef>
<FileRef
location = "container:VDSSample.xcodeproj">
</FileRef>
<FileRef
location = "group:vds_ios/VDS.xcodeproj">
</FileRef>
</Workspace>

View File

@ -44,7 +44,7 @@ class CheckboxViewController: UIViewController, StoryboardInitable {
model.errorText = "Error Text"
surfaceLabel.text = model.surface.rawValue
disabledSwitch.isOn = model.on
disabledSwitch.isOn = model.selected
labelTextField.text = model.labelText
childTextField.text = model.childText
showErrorSwitch.isOn = model.showError

View File

@ -44,7 +44,7 @@ class RadioButtonViewController: UIViewController, StoryboardInitable {
model.errorText = "Error Text"
surfaceLabel.text = model.surface.rawValue
disabledSwitch.isOn = model.on
disabledSwitch.isOn = model.selected
labelTextField.text = model.labelText
childTextField.text = model.childText
showErrorSwitch.isOn = model.showError