Your Second iOS & SwiftUI App

Nov 4 2021 · Swift 5.5, iOS 15, Xcode 13

Part 1: List View Fundamentals

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. Challenge: View Reuse Next episode: 10. Introduction
Transcript: 09. Conclusion

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!