Welcome
  • Welcome and Xcode
  • My Story
  • Getting the Most out of This Course
  • Your First Line of Swift Code
Variables and Constants
  • Intro
  • Playgrounds
  • Variables
  • Variables Exercise
  • Variables Can Change
  • Variables Can Change Exercise
  • Constants
  • Constants Exercise
  • Outro
  • Swift Cheat Sheet
Strings and Ints
  • Intro
  • Strings
  • Strings Exercise
  • Emoji
  • Emoji Exercise
  • Ints
  • Ints Exercise
  • String Interpolation
  • String Interpolation Exercise
  • Types
  • Types Exercise
  • Outro
Math
  • Intro
  • Basic Math
  • Basic Math Exercise
  • Floats and Doubles
  • Floats and Doubles Exercise
  • Mixing Floats, Doubles, and Ints
  • Mixing Floats, Doubles, and Ints Exercise
  • Advanced Math
  • Advanced Math Exercise
  • Outro
Booleans and If Statements
  • Intro
  • Booleans
  • Booleans Exercise
  • If Statements
  • If Statements Exercise
  • Equal, Greater, and Less
  • Equal, Greater, and Less Exercise
  • Else
  • Else Exercise
  • AND and OR
  • AND and OR Exercise
  • Outro
Comments and Print
  • Intro
  • Comments
  • Comments Exercise
  • Multiline Comments
  • Multiline Comments Exercise
  • Print
  • Print Exercise
  • Outro
Switches
  • Intro
  • Switches
  • Switches Exercise
  • Default
  • Default Exercise
  • Multiple Matching
  • Multiple Matching Exercise
  • Interval Matching
  • Interval Matching Exercise
  • Outro
Arrays
  • Intro
  • Arrays
  • Arrays Exercise
  • Append and Count
  • Append and Count Exercise
  • Getting a Specific Item and Updating
  • Getting a Specific Item and Updating Exercise
  • Insert and Remove
  • Insert and Remove Exercise
  • Contains and IndexOf
  • Contains and IndexOf Exercise
  • Outro
For Loops
  • Intro
  • For Loops
  • For Loop Exercise
  • Counting
  • Counting Exercise
  • Arrays and For Loops
  • Arrays and For Loops Exercise
  • Outro
What's New in Swift 3
  • Intro
  • ABI Stabilization
  • ++ Death
  • C Style For Loops Death