While animating a UIView, user interaction is disabled. Could you please add an option to enable/disable user interaction while the animation is running (just like the UIViewAnimationOptions.allowUserInteraction option)?
The only way to get it done is to change TweenManager.swift line 90:
CATransaction.setDisableActions(false) // was true
I suggest adding the possiblity to change this without changing the pod itself.
Thank you
While animating a UIView, user interaction is disabled. Could you please add an option to enable/disable user interaction while the animation is running (just like the
UIViewAnimationOptions.allowUserInteractionoption)?The only way to get it done is to change
TweenManager.swiftline 90:I suggest adding the possiblity to change this without changing the pod itself.
Thank you