Leave a rating/review
At this point, you should understand how to connect SwiftUI views - like slider - to your app’s state using SwiftUI bindings.
You should also have an udnerstanding of the very basics of app architecture, including the single responsibility principle, and the importance of separating your data and model objects.
We only have two final items left on our “must haves” for our programming to-do list: to generate a random number for the target value, and to calculate and show the score.
And that’s what we’ll do in the next part of the course, and along the way we’ll learn some more Swift coding basics.
So if you’re ready to wrap up the final “must haves” on your programming your to-do list and get Swifty along the way, keep on watching!