UIView animation cancels previous animation?
        Posted  
        
            by user281300
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user281300
        
        
        
        Published on 2010-05-27T09:34:16Z
        Indexed on 
            2010/05/27
            9:41 UTC
        
        
        Read the original article
        Hit count: 178
        
Hi I have an NSTIMER that counts the time, and on t = 10, it fires an animation but during that time it might happen that another animation is running. This causes the previously running animation to cut off. Any idea? i thought UIVIEW animations were ran in diff threads. I cannot use a willstop selector here since t = 10 might happen while another animation is running and might not have ended yet.
© Stack Overflow or respective owner