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"?> <?xml version="1.0" encoding="UTF-8"?>
<Workspace <Workspace
version = "1.0"> version = "1.0">
<FileRef
location = "group:vds_ios/VDS.xcodeproj">
</FileRef>
<FileRef <FileRef
location = "container:VDSSample.xcodeproj"> location = "container:VDSSample.xcodeproj">
</FileRef> </FileRef>
<FileRef
location = "group:vds_ios/VDS.xcodeproj">
</FileRef>
</Workspace> </Workspace>

View File

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

View File

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