In my application, I have an animation. for example, I have a button in the main menu, and when you click on it, the animation starts (for example, moving a place, etc.), and at the end of the animation it goes to another page. I need to disable user interaction during animation. because during the animation. If I click on the start point of my button, the page that needs to be moved opens twice. To summarize, if I don't allow any user interaction during the animation, my problem will be solved. How can i do this?
ios objective-c iphone animation user-interaction
death7eater
source share