Skip to content

Instantly share code, notes, and snippets.

@hasanalisiseci
Created February 23, 2020 14:26
Show Gist options
  • Save hasanalisiseci/35bc8598f58dddc940e34af6a0293d96 to your computer and use it in GitHub Desktop.
Save hasanalisiseci/35bc8598f58dddc940e34af6a0293d96 to your computer and use it in GitHub Desktop.
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
if segue.identifier == "toSecondVC" {
//as ile casting
let destination = segue.destination as! SecondViewController
destination.myName = name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment