From the course: iPadOS 13 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.

SwiftUI basics

SwiftUI basics - iOS Tutorial

From the course: iPadOS 13 Development Essential Training

Start my 1-month free trial

SwiftUI basics

- [Instructor] SwiftUI is one of the new and exciting features of iOS 13 and iPadOS 13. It allows you to create user interfaces using a declarative syntax and it's pretty easy to use to develop complex user interfaces. And at this point, it looks to be that SwiftUI is going to be the future of iOS development. So for that reason, we're going to be using it pretty much exclusively for this course. If you're unfamiliar with SwiftUI, that's fine. We're going to have a refresher in this chapter. And of course, if you want more, there's an entire course on the subject. So let's get started here. I'm going to create an iOS single view app and hit next. I'll name this product DevToolsReview. And then make sure to choose language Swift and user interface SwiftUI, and then hit next, choose a location to save it. I'm going to save it in the final folder of SwiftUI basics in exercise files. Of course, if you're following along…

Contents