Annotation Title/Subtitle under Pins

Posted by ludo on Stack Overflow See other posts from Stack Overflow or by ludo
Published on 2010-04-19T00:59:18Z Indexed on 2010/04/19 1:03 UTC
Read the original article Hit count: 354

Filed under:
|
|

Hi,

I use the Map to display some pin location from my database, everything is working fine. After that I use a pickerView to let the user display some specific pins. So I remove all the Pins first with

[mapView removeAnnotations:mapView.anotations];

and display new Pins. There is like 100 of news pins, my problem is when I click on a Pin, the Title and subtitle are display under the others pins. Someone got the same problem?

Thanks, P.S: Don't know if its relevant but I add a custom image for the pins.

© Stack Overflow or respective owner

Related posts about mapkit

Related posts about objective-c