i have a problem i need to know how to pass a dynamic URL which i wanna get from the database to display on the map.
I use this code ... from mokriya and the extension SDWebImage which is explained here, with code...
http://blog.mokriya.com/post/15342072745/dynamic-annotations-mkannotationview-for-ios-mapkit
the problem i have is that this is not dynamic because the is always used a
defined IMAGE_URL_STRING
but i need to pass a dynamic generated URL and not a defined one...
somebody any idea how i could realize this with this code of mokriya
The Example of mokriya displays always the same picture ...
or how can i pass a URL to the Funktion
-(MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id )annotation
thanks in advance