1

Is there a method or some way to display the zip code of the current location? Maybe through CLLocationManager or through coordinate points (latitude, longitude).

Jon Schneider
  • 25,758
  • 23
  • 142
  • 170
lab12
  • 6,400
  • 21
  • 68
  • 106
  • Does this answer your question? [How can I get current location from user in iOS](https://stackoverflow.com/questions/4152003/how-can-i-get-current-location-from-user-in-ios) – Jon Schneider Jun 04 '20 at 18:15

1 Answers1

4

You need to use MKReverseGeocoder class from MapKit framework.

Vladimir
  • 170,431
  • 36
  • 387
  • 313