Skip to content

Instantly share code, notes, and snippets.

@vialyx
Last active June 13, 2019 17:28
Show Gist options
  • Save vialyx/570cbcd850c51f21f29f8ff0ebf561b3 to your computer and use it in GitHub Desktop.
Save vialyx/570cbcd850c51f21f29f8ff0ebf561b3 to your computer and use it in GitHub Desktop.
if segue.identifier == "signup",
let vc = segue.destination as? OBSignupViewController {
vc.email = emailTF.text
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment