Now I want to add a static pin annotation on map in my iOS app.
But I just want to know if the delegate method mapView:viewForAnnotation: will be called.
In
Obviously MKMapView at least will call mapView:viewForAnnotation: when it will need to display your MKAnnotationView to the screen.
MKMapView
mapView:viewForAnnotation:
MKAnnotationView