What is the delegate method that is called when an MKPinAnnotationView is touched?
Posted
by Jake Schwartz
on Stack Overflow
See other posts from Stack Overflow
or by Jake Schwartz
Published on 2010-01-17T01:52:51Z
Indexed on
2010/05/11
2:24 UTC
Read the original article
Hit count: 489
I have been searching for this all night and I have just so frustrated. When a MKPinAnnotationView is clicked, the name and the subtitle comes up. I also want to center that point on the view. I figured there was some method I had to override because the information that pops up happened without me having to code it. Hopefully this was clear enough for you all.
And in the mean time, I feel like there is some hidden guide on this use of MKMaps and other classes. Either that or it is terribly documented because I am having a lot of trouble finding information. Thanks.
© Stack Overflow or respective owner