What I want to do is, I want to insert images on users current location (A thumbnail view of images), I have users current location and I have managed to insert an UIImageView on the MKMapView and also able to display the image on it as well.
But the thing I am unable to find/do is put the image on user's current location.
How can we add that UIImageView on user current location on MKMapView so that the image would appear on the user's current location.
Any ideas... ?
Thanks for your time..! :)