Across
- 3. ----------is a value associated with an instance of a type
- 7. The value of an optional will either be an instance of the specified type or ----------
- 8. -----------is assigned the value of a string literal
- 10. -------framework is used to develop the application’s user interface for iOS.
- 12. "there is a value, and it equals x" or "there isn't a value at all"
- 13. ----------is a term used in geometry; it refers to the smallest measure within which a given set of points.
Down
- 1. -------runtime error that stops the program before it gets into an unknown state.
- 2. -------Notifies the view controller that its view is about to be added to a view hierarchy
- 4. ----ways to achieve concurrency in iOS
- 5. ---------s called when the ViewController has loaded its view hierarchy into memory
- 6. -----verifying if the Optional value is nil or not, and then it performs a task only if it's not nil
- 9. iOS supports---------framework.
- 11. ------is a Application development environments for iOS
