Skip to content

Latest commit

 

History

History

11-Project8

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 8 - Moonshot

https://www.hackingwithswift.com/100/swiftui/39

Includes solutions to the challenges.

Mission and astronauts descriptions under CC-BY-SA license thanks to Wikipedia

Topics

GeometryReader, ScrollView, Navigation, Codable hierarchy, Generics

Challenges

From Hacking with Swift:

  1. Add the launch date to MissionView, below the mission badge.
  2. Modify AstronautView to show all the missions this astronaut flew on.
  3. Make a bar button in ContentView that toggles between showing launch dates and showing crew names.

Screenshots

screenshot1 screenshot2 screenshot3 screenshot4