Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Last active January 26, 2017 02:18
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 chelseatroy/7277fd2dc085f19824804e0fca63b922 to your computer and use it in GitHub Desktop.
Save chelseatroy/7277fd2dc085f19824804e0fca63b922 to your computer and use it in GitHub Desktop.
Passing Information With Segues Example iOS Raw
import UIKit
class FruitDetailViewController: UIViewController {
var fruit: FruitAppFruit?
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment