Your First iOS & SwiftUI App: An App from Scratch

Jan 11 2022 · Swift 5.5, iOS 15, Xcode 13

Part 1: Getting Started with SwiftUI

09. Conclusion

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 08. Solve Problems Next episode: 10. Introduction
Transcript: 09. Conclusion

At this point, you should understand how to add SwiftUI views to your app - like text, button, and slider - and how to style them using View Modifiers.

You’ve now completed 5 out of the 9 “must have” items on your programming to do list - you’re making great progress!

Let’s take a look at the 4 that are still remaining.

The first two on the list are about making the Bull’s Eye interactive. We’d like to make the app display a popup when you tap the Hit Me button, and we’d like to be able to move the slider, and read it’s value.

And you’ll learn how to do exactly that in the next section, where you’ll learn how to connect your SwiftUI views to data.

So if you’re ready to getting interactive, keep on watching!