views:

51

answers:

1

Hi,

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

Thanks,

Kevin

+4  A: 

You need to use MKReverseGeocoder class from MapKit framework.

Vladimir
Alright thanks, I'll take a look into it.
Kevin