Last active
January 26, 2017 02:18
-
-
Save chelseatroy/7277fd2dc085f19824804e0fca63b922 to your computer and use it in GitHub Desktop.
Passing Information With Segues Example iOS Raw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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