-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels