Swift Components

1234567891011
Across
  1. 1. The type of transition we choose by default
  2. 3. The transitions between views
  3. 5. This is the blueprint for an object
  4. 6. This is the required return type of an @IBAction method
  5. 7. This parameter name is second if there are two names
  6. 8. Indicates the return type of a method
  7. 9. One of the built in methods for randomness in Swift
  8. 10. This includes public, private, and internal
Down
  1. 2. Required keyword for methods that have the same name as one in the parent class
  2. 4. This parameter name is first if there are two names
  3. 5. How to link the GUI to the code
  4. 6. This method is like the Initialize block in AppInventor
  5. 11. The extension for iOS development classes