- Swift 4 Programming Cookbook
- Keith Moon
- 33字
- 2025-04-04 18:15:56
Swift Building Blocks
In this chapter, we will cover the following recipes:
- Your first Swift program
- Strings, Ints, Floats, and Bools
- Optionals, unwrap, and force unwrap
- Functions
- Object classes
- Structs
- Enumerations
- Closures
- Protocols