Description
I have a NSTimer that updates an UILabel every second. I have another UIImageView that slides in the screen when a UIButton is pressed.
Issue
The problem is that when the NSTimer updates the UILabel, the animation of the UImageView stops from completing.
Question
Please can you tell me how can i update the timer without messing with the other animations?
