Skip to content

Instantly share code, notes, and snippets.

@tonnylitao
Created July 1, 2020 12:59
Show Gist options
  • Save tonnylitao/62bbe238cdc2d8072ac2d461deb0ebd1 to your computer and use it in GitHub Desktop.
Save tonnylitao/62bbe238cdc2d8072ac2d461deb0ebd1 to your computer and use it in GitHub Desktop.
data flow to view and model
model.name = "Tonny"
nameField.text = "Tonny"
model.email = "[email protected]"
emailField.text = "[email protected]"
model.likeKiwi = true
likeKiwiSwitcher.isOn = true
model.travel = false
travelBtn.isSelected = false
model.hiking = true
hikingBtn.isSelected = true
model.reading = true
readingBtn.isSelected = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment