Created
April 18, 2017 23:56
-
-
Save tsraveling/d930a25fb5d51b328f18a4e9e1249737 to your computer and use it in GitHub Desktop.
Prepare for segue
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
| override func prepare(for segue: UIStoryboardSegue, sender: Any?) { | |
| // Get the new view controller using segue.destinationViewController. | |
| // Pass the selected object to the new view controller. | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment