Across
- 3. The "preview window" for SwiftUI
- 4. Used for one time assignment
- 7. Layer based organization structure
- 8. Default organization structure
- 10. Which file ALWAYS needs to be renamed?
- 11. Indicated with the @ symbol to identify special Swift data
- 12. This 'file' contains all the images used in an app.
- 13. Required variable in a view
- 15. Used for describing what GUI component for accessibility and testing
- 17. Xcode equivalent of a package
- 18. Used to change screens
- 21. This file is like a Runner in Swift.
Down
- 1. These go at the end of a init call.
- 2. Needed to make a NavigationLink active.
- 5. Used for content of a GUI component for accessibility and testing
- 6. These are not used in the action parameter.
- 9. Contains internal data that can be changed on a View
- 14. Used for multiple assignment
- 16. The framework for a View and most Swift Types
- 19. The parameter for a Button init.
- 20. The Swift equivalent of a constructor
