Your First Watch App
  • Welcome!
  • Downloading Xcode
  • Setting Up Our Project
  • Adding Some Magic
  • Source Code - Your First App
The Basics of Swift
  • Intro
  • What Is Swift
  • Variables and Constants
  • Strings and Ints
  • Advanced Strings and Ints
  • If Statements and Booleans
  • Comments
  • Arrays
  • For Loops
  • Dictionaries
  • Functions
  • Classes
  • Outro
*APP - 2* Minication
  • Source Code - Minication
  • Intro
  • Let's Look at That Drawing Again
  • Listing Destinations
  • Adding Images
  • Moving to the next Screen
  • Challenge
*APP - 3* Tip Calculator
  • Source Code - Tip Calculator
  • Intro
  • Drawing Is Good
  • Laying out the First Controller
  • Creating Actions
  • Segue with Code
  • Code Version of an Interface Controller
  • Getting the Slider to Update the Label
  • Passing Info
  • Doing Some Calculations
  • The Last Puzzle Piece
  • Challenge
*APP - 4* Emoji Dictionary
  • Source Code - Emoji Dictionary
  • Intro
  • Check out My Sketch!
  • Our First Table
  • Customize the Rows
  • Use an Array to Fill the Table
  • Push Segue
  • Design the Big Emoji Controller
  • Pass Da Emoji
  • Challenge
*APP - 5* Quotes
  • Source Code - Quotes
  • Intro
  • Do You Even Draw BRO!?
  • Get That Table Up
  • Adding a Context Menu
  • Change the Quotes!
  • Challenge
*APP - 6* Scoreboard
  • Source Code - Scoreboard
  • Intro
  • Drawing Game is ON POINT
  • Layout for the First Screen
  • Groups on Groups on Groups
  • Page Based Navigation BRUH
  • What Are NSUserDefaults?
  • Testthang
  • Challange
*APP - 7* Bedtime
  • Source Code - Bedtime
  • Intro
  • What Does the Drawing Look Like?
  • Let's Talk About Timers
  • Set the Time and NSDate
  • Let's Set a Bedtime
  • Messin' with NSUserDefaults Again
  • Connecting Everything Together
  • Challenge
*APP - 8* BitPrice
  • Source Code - BitPrice
  • Intro
  • Napkin Drawing!
  • Layout on Fleek
  • Working with an API to Get Bitcoin Price
  • Display the Price in the Glance
  • Challenge
*APP - 9* Hall of Fame
  • Source Code - Hall of Fame
  • Intro
  • Sick Drawing Bro!
  • Get That Table Scrollin'
  • Making a Basketball Player Class
  • Circle Images
  • Pass the BasketballPlayer Object
  • Fill in Those Deets
  • Map Magic
  • Challenge
*APP - 10* ToDoChecklist