Domanda

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

È stato utile?

Soluzione

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

UIViewAnimationOptions

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top