Skip to content

Instantly share code, notes, and snippets.

@diversario
Created January 23, 2016 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diversario/9c3932feb0f668d8a707 to your computer and use it in GitHub Desktop.
Save diversario/9c3932feb0f668d8a707 to your computer and use it in GitHub Desktop.
class destinationVC: UIViewController {
var dataFromAnotherVC: String!
override func viewWillAppear(animated: Bool) {
// can use dataFromAnotherVC here
}
// rest of the class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment