How can I always display map view callout? If we tab the map callout is hide once again tap the pin it showed. I don’t want like this. I need always showing the callout never hide on any situation. In my map view only one pin and one callout. I am using below code for show the callout.
annotationView.canShowCallout = YES;
Please help me. How can I fix this issue?
Remove this method if is there in code