Ray Wenderlich Course - SwiftUI (Part 7)
So this may be the last bit for now from Laurie. I've learned a lot from him but it is taking a long, long time to go through the technical stuff. I will finish this chapter, then review what else there is on rw.com. With a Black November, I've signed up for the year! So no pressure in terms of renewing per month. A year should give me enough time and access that I need. Start Time - 16:58 Navigation View Yes! These are for navigating views - for going from one to another. Navigation controller used to be used for this. Back to the same project as last time. So, again hard stuff! The code has been wrapped in a NavigationView, then there was a bit more code to go with that. A new SwiftFile to have each of the book pictures and titles. COOL FEATURE! You can select a certain bit of a code - in this case, the VStack with that whole section. Command click, then go to Extract Subview. From there, you can rename the extracted view what you want, then create a new Swift ...