How to Hide MKAnnotationView Callout?

Posted by user345711 on Stack Overflow See other posts from Stack Overflow or by user345711
Published on 2010-05-27T02:40:51Z Indexed on 2010/05/27 2:41 UTC
Read the original article Hit count: 309

Hello, i'm trying to hide an AnnotationView without touching the pin, is the possible? Thanks!

for (id currentAnnotation in self.mapView.annotations) {        
if ([currentAnnotation isKindOfClass:[MyAnnotation class]]) { 
    } 
}

© Stack Overflow or respective owner

Related posts about iphone

Related posts about SDK