@@ -16,6 +16,11 @@ It's unorthodox, but we want you to write all the code for two controllers toget
You may work on this question in Xcode.
**Enter the full text of your `ViewController.swift` file (containing the full definitions of both controller types, plus anything else you need to define) it the answer field on GradeScope.**
**Enter the full text of your `ViewController.swift` file (containing the full definitions of both controller types,
plus anything else you need to define) in the answer field on GradeScope.**
And yes, this should compile and run correctly when we cut and paste into our version of the project.
Hints:
- you will need to *prepare()* for the segue.
- a delegate protocol should be involved in returning the value back to the FirstController.