According to the Apple docs, MKPinAnnotationView's pin color is available in red, green and purple. Is there any way to get other colors also? I've found nothing in the docs.
|
|
You might find the following images useful:
and the code to use them in viewForAnnotation:
|
|||||
|
|
|
some more ;)
And the original ones (with retina display as well now ! ;) :
And the code
|
|||||||||||||||||
|
|
I like Yonel's Answer but just a heads up, when you create a custom MKAnnotationView, you'll have to manually assign the offset. For the images Yonel provided: (you can leave out the calloutButton stuff if you don't need one of those)
|
||||
|
|
|
You could use |
|||||||
|
|
Neither of the posted solutions work 100% if you are using the pin drop animation. Cannonade's solution is very neat because it allows the pin to still have both kinds of ends (the sharp point when falling and the one with the circular paper ripple) but unfortunately a glimpse of the original pin head colour can be seen when the pin bounces as it hits the map. yonel's solution of replacing the whole pin image means the pin falls with the circular paper ripple before it's even hit the map! |
|||
|
|
|
And here is the PSD for the pin with shadow and its in @2x size. http://dl.dropbox.com/u/5622711/ios-pin.psd Use this PSD for any color you want :) I take no credit for this PSD. I just grabbed it from http://www.teehanlax.com/downloads/iphone-4-guid-psd-retina-display/ They have done a wonderful job! |
|||
|
|
|
If it's not in the docs then most probably not, you cAn use mkannotationview and have ur own image if u wish though |
||||
|
|
|
I tried this way and it seems to be ok...
using the complete pin image... as the yonel example |
|||
|
|








