Beginning Swift 3

Learn about Apple’s brand new programming language, Swift, through hands-on examples! This series is up-to-date for Swift 3 and uses Xcode 8. By Brian Moakley.

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

Find out what's covered in our Beginning Swift video tutorial series.

02
Variables 14:34
Toggle description

Learn the basics of variables, how to name them, and what it means to be mutable and immutable.

Types 8:36
Toggle description

Learn the various types which are available to you and how to define them.

Strings 9:58
Toggle description

Learn the basics of text in string and how to manipulate them.

Tuples 7:02
Toggle description

Learn the basics of tuples in passing values throughout your code.

Toggle description

Learn the basics of putting branching statements in your code.

Loops 8:01
Toggle description

Learn to run code multiple times through the use of loops.

Toggle description

Learn the basics of switch statements to produce advanced code branching.

Functions 10:05
Toggle description

Learn to basis of creating functions to package your code and call it on demand.

Optionals 9:37
Toggle description

Learn the basics of what it means to declare your types as optionals.

Arrays 9:33
Toggle description

Learn the basics of your first collection type which allows you to create unordered lists.

Toggle description

Learn to create structures consisting of key-value pairs to be used in your code.

Conclusion 4:46
Toggle description

Review what you learned in our Beginning Swift video tutorial series and find out where to go from here.