Introduction to iOS 11 and Swift 4
  • Introduction
  • How to Get the Most from this Course
Setting Up for iOS 11 and Swift 4
  • Introduction to Set Up
  • How to Set Up Xcode 9 - Swift 4 and the iOS 11 Simulators
  • How to Install iOS 11 Beta on your iPhone or iPad
Learn Basic Swift 4
  • Basic Swift 4 Introduction
  • How to Use a Playground in Swift 4
  • Variables in Swift 4
  • Collections - Arrays in Swift 4
  • Collections - Sets in Swift 4
  • Collections - Dictionaries in Swift 4
  • Logic in Swift 4 - If Else and Switch Case
  • Round and Round - Loops in Swift 4
  • Functions in Swift 4
  • Optionals in Swift 4
  • Classes and Objects in Swift 4
  • Inheritance in Swift 4
  • Summary of Basic Swift 4
Starter iOS 11 App - An Astronomical Screen Torch!
  • Introduction to Your First iOS 11 App
  • Astronomy Screen Torch - Storyboards
  • Astronomy Screen Torch - View Controller Code
  • Astronomy Screen Torch - Buttons and Outlets
  • Astronomy Screen Torch - Storyboard Element Positioning
  • Astronomy Screen Torch - Assignment
  • Astronomy Screen Torch - Solution
  • Summary of Your First iOS App