I'm using the MapKit framework and I have used pins to display the exact address location of the contacts in my addressbook. Till now everything is working fine. But when i click on a pin I need to show the name of the contact, that particular pin represents. Right now I cant figure out a way to do this.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Setting the "title" and "subtitle" members of an MKAnnotation should do the job.

You can take a look at the MKMapView sample for Speedy I just wrote.

link|improve this answer
feedback

Search on google : Subclass MKPinAnnotation

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.