To date, all layout/design work done on SwiftUI has been fairly generic. SwiftUI makes laying things out pretty straight-forward if all you need is to throw elements onto the screen relatively neatly and not worry about precise locations. Today we learned about GeometryReader. This is a View (like ScrollView), only […]