In my application I have a UIImageView and a Button over it. I have a button to start the animation which then Sets an ImageDidAppear BOOL to YES and starts a timer with the same length as the animation. When the timer goes off it sets the ImageDidAppear BOOL to NO. My button only responds if the BOOL = YES. The button stops the animation and also sets the ImageDidAppear BOOL to NO.
The problem is that for some reason the Image shows up in the UIImageView but you can't tap the button to stop the animation or at least when you do hit it , it doesn't work.
Help Please
The problem is that for some reason the Image shows up in the UIImageView but you can't tap the button to stop the animation or at least when you do hit it , it doesn't work.
Help Please