Leave a rating/review
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!