Get the Zip Code of the Current Location - iPhone SDK
Is there a method or some way to display the zip code of the current 开发者_JS百科location? Maybe through CLLocationManager or through coordinate points (latitude, longitude).
You need to use MKReverseGeocoder
class from MapKit framework.
精彩评论