Leave a rating/review
Congratulations! You have hit the end of part one. At this point, you’ve gotten to know the basics of working with Lists in SwiftUI.
If you’ve got data that would make sense displayed to the user using rows, in a column, you should be starting to get a sense of how to model that data, and use it with a List.
[Slide 01]
You can actually do a lot with this knowledge as a basis. Because, as you’ll learn in future courses (and on your own), many apps are based on displaying data arrays, in lists. They just typically have that data coming from the internet.
We won’t be getting into networking in this course. But you are about to learn more about data flow in SwiftUI–which will help you write apps that are useful, whether or not they have an online component.
See ya there!