How to make an MKAnnotationView to bounce?
        Posted  
        
            by SorinA.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SorinA.
        
        
        
        Published on 2010-03-23T16:11:11Z
        Indexed on 
            2010/03/23
            16:13 UTC
        
        
        Read the original article
        Hit count: 546
        
I have an application that uses the MapKit. I have a map and on it some custom pins(i changed the classic pin image with another image).
In my app i have a list with the locations corespondent to the pins on my map. if i select a location from the list i want to make the corresponding pin to bounce(2-3 bounces).
is there any way to do such an animation?
© Stack Overflow or respective owner