Swift Ninja Logo

Month: April 2016

Lesson 004 – Functions

So far, we've just been basically executing lines of code in Swift. We've written them to be used once, do their work, and then be forgotten about. However, [...]

Lesson 003 – Control Flow

In Lesson 002, we took a look at collections and iterating over those collections. For this lesson, I want to take a look at how you can make decisions in [...]

Lesson 002 – Collections and Iterators

In this video tutorial, we take a look at collections in Swift as well as ways of iterating over those collections. These are very core concepts in any [...]

Lesson 001 – Variables

In this video tutorial, I show you how to get started with the very basics of Swift. First, I show you where to download XCode 7.3 so that you can install it [...]

What to Expect

The goal of this blog is to help teach the Swift programming language to anyone that wants to learn it. It is my goal to make everything as accessible as [...]