From the course: iOS 14 Development Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Choosing between SwiftUI and storyboards

Choosing between SwiftUI and storyboards

From the course: iOS 14 Development Essential Training

Start my 1-month free trial

Choosing between SwiftUI and storyboards

- [Instructor] There are two primary ways to create user interfaces for iOS apps. One is to use something called storyboards, which is a visual interface for designing user interfaces. The other is called SwiftUI, which allows you to create the interfaces using Swift code. In this course, we're going to be covering both techniques because SwiftUI is relatively new, but it's likely to become the standard for developing iOS apps in the future. For that reason, I think it's important to cover both. In this chapter, we're going to focus on creating apps using storyboards. So I'm going to create an iOS app and hit Next, and the way that you decide whether you're going to use SwiftUI or storyboards is the interface dropdown right here in the options for your project. I'll call this Storyboards, and for interface I'm going to choose storyboard and I'm going to leave the life cycle at UIKit App Delegate, language at Swift, leave…

Contents