update for VDS changes
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
332c62fa0a
commit
3b0a453aab
6
VDS.xcworkspace/contents.xcworkspacedata
generated
6
VDS.xcworkspace/contents.xcworkspacedata
generated
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user