0

How to add custom title view to mapview annotation in ios

annotationPoint.title = @"title";            
annotationPoint.subtitle = @"sub title";    
[iMapView selectAnnotation:annotationPoint animated:YES];                
[iMapView addAnnotation:annotationPoint];

I struggled a lot if any idea would be appreciable , Thanks in advance.

Simply i just wanna add view to annotation's title in storyboard.

Sreejith Bhatt
  • 589
  • 3
  • 12

0 Answers0