Completed
How Does an App Work?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Get Started with iOS Development - iOS 13, Swift 5
Automatically move to the next video in the Classroom when playback concludes
- 1 The Complete iOS 13 App Development Course
- 2 How Does an App Work?
- 3 How to Make an App
- 4 Developing for iOS: Tools and Materials
- 5 Getting Set Up with Xcode
- 6 What We'll Make: The "I am Rich" App
- 7 How to create an iOS Project from Scratch in Xcode
- 8 A Walkthrough of the Xcode Development Environment
- 9 Let's Design the User Interface for our App!
- 10 Let's Incorporate Some Image Assets
- 11 How to Design and Add an App Icon
- 12 Run Your App on Your iPhone or Simulator
- 13 What You'll Make: The Dicee App
- 14 Cloning from GitHub and How to Download the L.A.B. Project Stubs
- 15 Design the Dicee App's User Interface (UI)
- 16 Let's Link the Design to your Code
- 17 Responding to User Interactions with IBActions
- 18 Swift Deep Dive: Naming Conventions, Commenting and String Interpolation
- 19 Storing Data using Variables and Arrays
- 20 Swift Deep Dive: Variables
- 21 Swift Deep Dive: Arrays
- 22 How to Randomise the Dice Images
- 23 Swift Deep Dive: Constants, the Range Operator and Randomisation