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