Re: [iPhone] add touches to MKAnnotationView

2010-08-18 Thread Philip Vallone
Never mind... I got it. Thanks, Phil On Aug 18, 2010, at 8:42 PM, Philip Vallone wrote: > Hi, > > I have a subclass of MKAnnotationView,in which I create a custom pin > (customPin, which is a UIImageView). I want to be able to move that custom > Pin but I am having trouble. The touch ev

[iPhone] add touches to MKAnnotationView

2010-08-18 Thread Philip Vallone
Hi, I have a subclass of MKAnnotationView,in which I create a custom pin (customPin, which is a UIImageView). I want to be able to move that custom Pin but I am having trouble. The touch event is being called, but my image is not moving. Here is my subclass: @implementation MyAnnotationView