質問

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