Follow along at https://www.hackingwithswift.com/100/swiftui/42.
This day covers Part Four of Project 8: Moonshot
in the 100 Days of SwiftUI Challenge. (Project 8 files can be found in the directory for Part One.)
In addition to recapping the material covered during the project's other days, Day 42 focuses on extending the project according to a set of challenges.
Add the launch date to MissionView, below the mission badge.
- 🔗 Commit
Modify AstronautView to show all the missions this astronaut flew on.
- 🔗 Commit
Make a bar button in the missions list that toggles between showing launch dates and showing crew names.
- 🔗 Commit