Day 14 of #100DaysOfSwift completed. Swift review, day 2.
- Functions
- Optionals
- Optional chaining
- Enumerations
- Structs
- 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.