Last active
June 13, 2019 17:28
-
-
Save vialyx/570cbcd850c51f21f29f8ff0ebf561b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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