Lessons: 27Length: 3.5 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.2 Optionals

The Swift language has some very interesting features built into it, and one of them is the concept of Optionals. Optionals are a new type-safe feature of Swift. They’re similar to nil pointers in Objective-C, except that they work for any type, not just classes.

Related Links