Day 14 of #100DaysOfSwift completed. Swift review, day 2.

  1. Functions
  2. Optionals
  3. Optional chaining
  4. Enumerations
  5. Structs
  6. Classes

Lots of similarities with C++ and C#. Optionals are a very useful aspect of Swift. Threw in the @objc at the end - more to come on that later.