Intermediate Swift 3
Oct 11 2016 · Video Course (1 hr, 26 mins) · Beginner
Intermediate Swift picks up where Beginning Swift has left off. You'll build on the basics of Swift by learning about Swift's object oriented programming features.
Version
- Swift 3, iOS 10, Xcode 8


Find out what's covered in our Intermediate Swift 3 video tutorial series. Build on your Swift basics and learn about its object oriented programming features.
Closures
12:58In this Intermediate Swift 3 video tutorial you'll learn the basics of closures, how to define, and pass them into your code.
Structures
8:33In this Intermediate Swift 3 video tutorial you'll learn your first named object type on the road to object oriented programming: the structure.
Properties
10:29In this Intermediate Swift 3 video tutorial you'll learn about the various properties options that you can add to your objects.
Classes
9:44In this Intermediate Swift 3 video tutorial you'll learn about classes and the differences between reference types and value types.
Inheritance
7:39In this Intermediate Swift 3 video tutorial you'll learn how to build on existing types through the use of Inheritance.
Initializers
8:56In this Intermediate Swift 3 video tutorial you'll learn the basics of creating your objects through the use of initializers.
Protocols
11:00In this Intermediate Swift 3 video tutorial you'll learn the basics of grouping behavior through protocols and how to implement them with extensions.
Enumerations
10:16In this Intermediate Swift 3 video tutorial you'll learn how to work with enumerations in Swift to make your code safer and easier to read.
Conclusion
3:58Review what you learned in our Intermediate Swift 3 video tutorial series and find out where to go from here.
Comments