Intermediate Swift 2

Intermediate Swift picks up where the last Swift series concluded. This series covers some of the meatier parts of the language including generics, protocols, the type system, and the new error handling system introduced in Swift 2. By the end of it, you should have all the tools necessary to write rather complex apps. If you are new to the Swift, you should watch the previous series before watching this one. By Greg Heo.

Leave a rating/review
Save for later
Comments
Share
01
Toggle description

Find out what's covered in our Intermediate Swift video tutorial series, now updated for Swift 2!

Properties 8:53
Toggle description

Take a closer look at storing data in Swift by learning about some advanced features of properties.

Optionals 9:51
Toggle description

Learn about more features to deal with optionals so you can have more concise and safe code.

Methods 8:14
Toggle description

Learn about some of the more advanced features of methods.

Closures 9:40
Toggle description

Learn about closures which are self contained blocks of code that you can store and then call on later.

Protocols 8:31
Toggle description

Learn about protocols which let you define what kind of methods and properties a type should have which you can then use to build actual types.

Toggle description

Learn about inheritance and extensions, two ways to build on the existing types in the system to have more complex types and behaviors.

Generics 10:52
Toggle description

Learn about generics which let you define things not tied to a particular type thus they can be defined once and used generically across various conditions.

Toggle description

Learn about the instance life cycle including memory management, initializers, and the steps Swift takes to build and destroy object instances.

Toggle description

Learn how to use the type system in Swift 2.

Toggle description

Look at the error handling system in Swift 2 so you can keep your code running smoothly and be able to handle unexpected error conditions.

Conclusion 4:41
Toggle description

Have a quick review of what you learned in this Intermediate Swift 2 video series and find out Greg's recommendations for further learning.

Instructors

Greg Heo

Contributors

Greg Heo

Instructor

Over 300 content creators. Join our team.