Skip to content

Instantly share code, notes, and snippets.

@tsraveling
Created April 18, 2017 23:56
Show Gist options
  • Save tsraveling/d930a25fb5d51b328f18a4e9e1249737 to your computer and use it in GitHub Desktop.
Save tsraveling/d930a25fb5d51b328f18a4e9e1249737 to your computer and use it in GitHub Desktop.
Prepare for segue
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