Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Last active May 17, 2017 01:20
Show Gist options
  • Save farhan-syed/b82baaa80067b6d0a1e0fa479a94026a to your computer and use it in GitHub Desktop.
Save farhan-syed/b82baaa80067b6d0a1e0fa479a94026a to your computer and use it in GitHub Desktop.
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
if segue.identifier == "UpdateVC" {
let updateVC = segue.destination as! UpdateItemViewController
updateVC.item = items[selectedIndex!]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment