7

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

Yucel Bayram
  • 1,653
  • 2
  • 22
  • 41
erdemgc
  • 125
  • 1
  • 9

1 Answers1

18

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

UIViewAnimationOptions

MZimmerman6
  • 8,445
  • 10
  • 40
  • 70
johnyu
  • 2,152
  • 1
  • 15
  • 33