XCode and Swift Basics

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