Skip to content

Latest commit

 

History

History
35 lines (15 loc) · 927 Bytes

File metadata and controls

35 lines (15 loc) · 927 Bytes

Day 78: Milestone for Projects 13-15 (Part Two)

Follow along at https://www.hackingwithswift.com/100/swiftui/78.

📒 Field Notes

This day resolves around continuing the Milestone challenge started in Day 77.

🥅 Challenge Project

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.)


📸 Screenshots