Implementing UIViewAnimationOptionAllowUserInteraction
Hi,
I have an app when there is an animation behind a touch event. However, when the touches begin, it freaks out! I have looked it up, and I have heard that I am supposed to use UIViewAnimationOptionAllowUserInteraction, which should solve the problem.
How do I implement UIViewAnimationOptionAllowUserInteraction, and where do I put it in the code. Any suggestions would be awesome!!
|