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