Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Created May 17, 2017 01:17
Show Gist options
  • Save farhan-syed/1edb84141ce8db26df1e0a9ff220f199 to your computer and use it in GitHub Desktop.
Save farhan-syed/1edb84141ce8db26df1e0a9ff220f199 to your computer and use it in GitHub Desktop.
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
if segue.identifier == "UpdateVC" {
// Set item here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment