I am using MKMapkit for map-section in my app.
I have to display a pin image
as MKAnnotation. When I add the annotation in map view, the center of the image, points to the latitude and longitude. But I want that the bottom-left corner of the image should point to the specified latitude and longitude.
I am following the link MapCallouts for displaying the annotation.
Is there any way to achieve the target.
Then please help.
I am using MKMapkit for map-section in my app. I have to display a
Share
You need to set appropriate value to centerOffset property of annotation view: