UIView animation prevents touch events? [duplicate]
Asked Answered
D

1

7

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

Decussate answered 23/7, 2013 at 12:46 Comment(0)
A
18

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

UIViewAnimationOptions

Aubert answered 23/7, 2013 at 12:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.