UIView animation along a round path?
        Posted  
        
            by david
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by david
        
        
        
        Published on 2010-03-31T18:47:54Z
        Indexed on 
            2010/03/31
            20:53 UTC
        
        
        Read the original article
        Hit count: 408
        
I need to make my little guy (in a UIIamgeView) jump forward and it has to look natural. I want to know is there a way to do it with CoreAnimation (beginAnimation/commitAnimation)?
I could do it by setting a point in between in the air but the movement looks not natural :P
© Stack Overflow or respective owner