Welcome and Xcode
  • Welcome
  • About Me and the Course
  • Installing Xcode
The Fundamentals
  • Intro
  • Variables and Constants
  • Strings and Ints
  • Comments and Print
  • Labels
  • Outlets
  • Buttons
  • If Statements
  • Button Counting
  • Outro
  • Source Code
Git and More Swift
  • Intro
  • Get with the Git
  • GitHub
  • Math and Doubles
  • TextFields
  • String Interpolation
  • Booleans
  • If and Xcode
  • Outro
  • Source Code
*APP 1* Emoji Dictionary - Learning the Importance of TableViews
  • Intro
  • Arrays
  • Advanced Arrays
  • Sketch
  • TableViews
  • Two Questions
  • Arrays and TableViews
  • The 2nd ViewController
  • Segues
  • Prepare for Segue
  • Pass Da Emoji
  • Emoji Definition
  • Outro
  • Source Code
Making Money with iOS
  • Intro
  • Working for a Company
  • Being a Freelancer
  • Making Money from Your Own Apps
  • Where to Go from Here
  • Outro
Advanced Swift 4
  • Intro
  • Functions
  • Return
  • Classes
  • Methods
  • New Emoji Dictionary Feature
  • The Emoji Class
  • Why Classes are Cool
  • Outro
  • Source Code
*APP 2* ToDo List - Saving Information with CoreData
  • Intro
  • Sketch
  • TableView Practice
  • ToDo Class
  • Designing the Add ToDo ViewController
  • Adding ToDos
  • Optionals
  • Unwrapping Optionals ans Subclasses
  • Complete ViewController
  • Displaying a ToDo
  • Removing a Todo
  • CoreData
  • Adding to CoreData
  • Fetching from CoreData
  • Deleting from CoreData
  • Outro
  • Source Code
*APP 3* Collector - Take Pictures and Work with Images
  • Intro
  • Sketch
  • Designing the App
  • ImageViews and CoreData
  • Image Picker Controller
  • Saving Images to CoreData
  • Getting Items from CoreData
  • Swipe to Delete
  • Outro
  • Source Code
*APP 4* TalkBoy - Record Audio with the Microphone
  • Intro
  • Sketch
  • Design Challenge
  • AVAudioRecorder
  • Dictionaries
  • Start Recording
  • Playing Audio
  • Audio and CoreData
  • Play When Tapped
  • Delete