In this video, we build a simple detail screen in SwiftUI. Along the way, we use GeometryReader, ScrollView, and LazyVStack to keep the UI responsive. This screen sets us up perfectly for navigation in the next video!
Code before:
https://github.com/BlossomBuild/BlossomMovie/tree/section-2-12/BlossomMovie
Code after:
https://github.com/BlossomBuild/BlossomMovie/tree/section-3-1/BlossomMovie