Skip to content

Instantly share code, notes, and snippets.

@spotlessicode
Last active September 20, 2016 11:56
Show Gist options
  • Save spotlessicode/bb0fd3a5b9bd1d3242ba162968d99332 to your computer and use it in GitHub Desktop.
Save spotlessicode/bb0fd3a5b9bd1d3242ba162968d99332 to your computer and use it in GitHub Desktop.
@IBAction func returned(from segue: UIStoryboardSegue) {
if (segue.identifier! == "UnwindFromSecondView") {
self.view.backgroundColor! = UIColor.orange
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment