On Objective-C when animation starts on the UIView, no touch interaction is accepted. how can we handle this?
UIView animation prevents touch events? [duplicate]
Asked Answered
Use UIViewAnimationOptionAllowUserInteraction as an option parameter in method animateWithDuration:delay:options:animations:completion:
© 2022 - 2024 — McMap. All rights reserved.