On Objective-C when animation starts on the UIView, no touch interaction is accepted. how can we handle this?

有帮助吗?

解决方案

Use UIViewAnimationOptionAllowUserInteraction as an option parameter in method animateWithDuration:delay:options:animations:completion:

UIViewAnimationOptions

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top