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.
Find out what's covered in our Beginning Swift video tutorial series.
Learn the basics of variables, how to name them, and what it means to be mutable and immutable.
Learn the various types which are available to you and how to define them.
Learn the basics of text in string and how to manipulate them.
Learn the basics of tuples in passing values throughout your code.
Learn the basics of putting branching statements in your code.
Learn to run code multiple times through the use of loops.
Learn the basics of switch statements to produce advanced code branching.
Learn to basis of creating functions to package your code and call it on demand.
Learn the basics of what it means to declare your types as optionals.
Learn the basics of your first collection type which allows you to create unordered lists.
Learn to create structures consisting of key-value pairs to be used in your code.
Review what you learned in our Beginning Swift video tutorial series and find out where to go from here.