DXCustomCallout-ObjC icon indicating copy to clipboard operation
DXCustomCallout-ObjC copied to clipboard

Pin not changing

Open muzamilhassan1987 opened this issue 8 years ago • 0 comments

I want to change pin image on selection but it not changing i am doing this in "didSelectAnnotationView" UIImageView* pinView = (UIImageView *)annotationView.pinView; pinView.image = [UIImage imageNamed:@"pin"]; but it is not changing it and completly remove it

muzamilhassan1987 avatar May 23 '16 10:05 muzamilhassan1987