From the course: Complete Guide to SwiftUI

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

SwiftUI to storyboards

SwiftUI to storyboards

- [Instructor] While you build projects in SwiftUI, you'll also build views from SwiftUI that will be necessary in legacy UI kit code. Fortunately there's a way to use those SwiftUI views in UI kit applications. And for this I'm going to make a new project. So I'm going to go up here to the top here, go to File, New, and Pick on Project. I'll make a new iOS app next, and then I'm going to call it Hello SUI Pizza. I'm going to go set your teams correctly. I want to make sure that my interface is storyboard this time, not SwiftUI, language will be Swift, testing system none, and storage, none. Okay, so I've got all that set. Go to the next page. I'm going to put this on my desktop like so. And there we go, all set to go, don't add any workspace. So go ahead and create it. All right, and I have it up and running. And from here we can start by going to the main screen here 'cause we're going to be doing things on the storyboard, but we're going to need a SwiftUI view to the project. So…

Contents