vuinguyen / FishingDaze

A fishing journal app to document fishing trips, built for my capstone project, for my Udacity iOS Nanodegree program.
1 stars 1 forks source link

Journal Entry Screen: Location Section #3

Closed vuinguyen closed 4 years ago

vuinguyen commented 5 years ago

enable location services, if user has that turned on.

Otherwise, let them type in the location.

Bonus: save location in NSDefaults, so it can show up in in the auto-complete, search functionlater

Bonus: display map with location

vuinguyen commented 5 years ago

If location services are enabled, maybe show current location by default. For 1st run through, let's allow user to type in their location?

vuinguyen commented 4 years ago

Your OnTheMap project has code for location, and reverse geolocation, which may be useful here.

vuinguyen commented 4 years ago

We need this to work first before we can work on the weather feature, because the weather API depends on knowing the location

vuinguyen commented 4 years ago

A couple of screenshots of my work for the Location feature so far .... Asking for user permissions: Simulator Screen Shot - iPhone 8 Plus - 2019-09-22 at 15 05 56 Using the Location button to populate the Location field (from using the mock location feature in Xcode): Simulator Screen Shot - iPhone 8 Plus - 2019-09-26 at 17 06 02

vuinguyen commented 4 years ago

Finally, I am able to retrieve the saved Location from Core Data and re-display in the editor window, as shown here

Simulator Screen Shot - iPhone 8 - 2019-12-03 at 17 54 33

vuinguyen commented 4 years ago

I'm going to create new issues for the bonus features, and call this issue done and close it for now.