Does anyone know of any code to draw the pins we see in MKPinAnnotationView
in a regular UIView
?
The motivation is to remove the hundreds of different colored pin images we are currently bundling with our app to drop all over medical images (regular UIView
backed - not MKMapView
). All I really need is to alter the pin color programmatically .
NB: I am not talking about the callout as seen in SMCalloutView
etc .
This is to be used outside MKMapView. They are dropped into a normal UIView.