https://www.hackingwithswift.com/100/swiftui/39
Includes solutions to the challenges.
Mission and astronauts descriptions under CC-BY-SA license thanks to Wikipedia
GeometryReader, ScrollView, Navigation, Codable hierarchy, Generics
From Hacking with Swift:
- Add the launch date to MissionView, below the mission badge.
- Modify AstronautView to show all the missions this astronaut flew on.
- Make a bar button in ContentView that toggles between showing launch dates and showing crew names.