I've added UIViewAnimationOptions parameter which defaults to [].
I've also changed the delay code, I think it's safe to use delay from UIView.animate here, not sure why dispatch queue was used instead. Let me know if there is a reason and I can revert it.
I've added
UIViewAnimationOptions
parameter which defaults to[]
.I've also changed the delay code, I think it's safe to use
delay
fromUIView.animate
here, not sure why dispatch queue was used instead. Let me know if there is a reason and I can revert it.