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.

03
Types 8:36
Toggle description

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

04
Strings 9:58
Toggle description

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

05
Tuples 7:02
Toggle description

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

06
Toggle description

Learn the basics of putting branching statements in your code.

07
Loops 8:01
Toggle description

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

08
Toggle description

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

09
Functions 10:05
Toggle description

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

10
Optionals 9:37
Toggle description

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

11
Arrays 9:33
Toggle description

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

12
Toggle description

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

13
Conclusion 4:46
Toggle description

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