Follow along at https://www.hackingwithswift.com/100/swiftui/78.
This day resolves around continuing the Milestone challenge started in Day 77.
From the description:
... show a map with a pin on that marked where they were when that pin was added.
Given that I decided to keep extending the PlaceCase
app for Day 77, I'll be doing the same here.
This seems like a good opportunity to add a button to the map view that snaps the center to the user's current location.
(The commit for these changes can be found here.)