DXCustomCallout-ObjC
DXCustomCallout-ObjC copied to clipboard
Pin not changing
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