views:

442

answers:

1

Is it possible to have our own UILabel or some other type of text instead of the default pin in MapKit map on iPhone?

A: 

You can extend MKAnnotationView, this way you can specify (through the image property) what shows on for each pin, further you can customize the pop up views etc. Heres a reference http://developer.apple.com/iphone/library/documentation/MapKit/Reference/MKAnnotationView%5FClass/Reference/Reference.html

Daniel