Your First iOS & SwiftUI App: An App from Scratch

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

Part 2: SwiftUI Data

19. 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: 18. Create a Model Next episode: 20. Introduction
Transcript: 19. Conclusion

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!