Follow along at https://www.hackingwithswift.com/100/swiftui/93.
This day covers Part Two of Project 18
in the 100 Days of SwiftUI Challenge. (Project 18 files can be found in the directory for Part One.)
It focuses on several specific topics:
- Absolute positioning for SwiftUI views
- Understanding frames and coordinates inside GeometryReader
- ScrollView effects using GeometryReader
The commits for most of the changes related to this day can be found here.