Refresh MKAnnotationView on a MKMapView

Posted by Konstantin on Stack Overflow See other posts from Stack Overflow or by Konstantin
Published on 2009-11-07T22:25:19Z Indexed on 2010/04/12 4:43 UTC
Read the original article Hit count: 1047

I'd like to a-synchronically load images for my custom MKAnnotationView; I'm already using the EGOImageView-framework (it goes very well with UITableViews), but I fail to make it work on MKMapView. Images seem to be loaded, but I cannot refresh them on the map - [myMap setNeedsDisplay] does nothing.

© Stack Overflow or respective owner

Related posts about mkmapview

Related posts about iphone