On Objective-C when animation starts on the UIView, no touch interaction is accepted. how can we handle this?
Asked
Active
Viewed 2,945 times
1 Answers
18
Use UIViewAnimationOptionAllowUserInteraction as an option parameter in method animateWithDuration:delay:options:animations:completion:

MZimmerman6
- 8,445
- 10
- 40
- 70

johnyu
- 2,152
- 1
- 15
- 33