Video Lesson Last Session It’s time to start the UI First, create a new Project called QuizApp using Storyboards and Swift. Don’t fret 😮💨, we’ll look at using SwiftUI in future sessions! Next, follow these steps: Delete the ViewController.swift, Main.storyboard, and SceneDelegate.swift Add var window: UIWindow? to AppDelegate.swift Remove UISceneSession Lifecycle ( functions ) in AppDelegate …