-1

Normally, By default iOS image for drop pin looks like as below

DROP PIN

I want to display custom image instead of this pin, which method or way facilitates it.

Thanks

Duaan
  • 609
  • 1
  • 13
  • 29
  • 2
    possible duplicate of [iOS MapKit custom pins](http://stackoverflow.com/questions/7145797/ios-mapkit-custom-pins) – Lithu T.V Nov 10 '13 at 08:21

2 Answers2

1

For a better idea, this tut could help you:

http://www.shawngrimes.me/2011/04/custom-map-pins-for-mapkit/

GenieWanted
  • 4,473
  • 4
  • 24
  • 35
0

Use MKAnnotationView instead of MKPinAnnotationView

Parthi
  • 99
  • 6