The run
function for SKNode
lets you run a block when the action completes, but what if the action is cancelled/removed via removeAllActions?
Cancelling an action doesn't invoke the completion block from the run
function.
Is there a callback or way to run code when the action is cancelled/removed?
animateWithDuration
inUIView
) – Crashalot