Introduction to Swift Arrays – Screencast

My first screencast on Swift development covers an introduction into Swift Arrays. This is the first screencast in a series I’m doing on Swift development. Here’s some topics that I cover in this video:
– How to create an array in Swift
– Declaration and Initialization of arrays in Swift
– Retrieving an item from an array
– Adding to a Swift array
– Iterating over the items in a Swift array

The topics in this video cover come from my post on arrays in “Swift for Rubyists”.