Swift View Controller

12345678910111213141516
Across
  1. 4. The GUI component type that allows interaction (Button, Switch, etc...)
  2. 6. The programming paradigm we use with GUI development
  3. 7. The most common event for a button is Touch Up ________
  4. 8. Inspector where you change properties
  5. 10. The keyword to link a GUI component to the ViewController
  6. 11. The window pane on the left of the screen
  7. 12. The type of version control we use on the back end
  8. 14. The C in MVC
  9. 16. Swift type that can potentially have nil. Marked with a ? or a ! after the Type.
Down
  1. 1. The keyword for a method
  2. 2. Inspector where you link the custom class
  3. 3. The base class for all view controller types
  4. 5. The window pane on the right of the screen
  5. 6. The M in MVC
  6. 9. The keyword to link a method to the GUI
  7. 13. Mouse + Keyboard combination to link GUI to code
  8. 15. The V in MVC