I have an app that requires Geocoding from a string to lat/long values, I use the geocoder from the iOS class reference:
but the completion handler gets called after I need it to be (namely I have code that uses those lat/long values, but is getting called before they are available)
any thoughts?