Skip to content

Instantly share code, notes, and snippets.

@aheze
Created May 31, 2020 19:54
Show Gist options
  • Select an option

  • Save aheze/b827d616908efb844dcae3909a988695 to your computer and use it in GitHub Desktop.

Select an option

Save aheze/b827d616908efb844dcae3909a988695 to your computer and use it in GitHub Desktop.
@IBAction func temperatureSwitchToggled(_ sender: Any) {
temperatureSwitchIsOn = temperatureSwitch.isOn
personIsTrump = temperatureSwitch.isOn
...
if personIsTrump {
personImageView.image = trumpImage
} else {
personImageView.image = borisImage
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment