Saturday, 10 November 2018

Extend UIViewPropertyAnimator?

UIViewPropertyAnimator is very convenient for modifying a view's transform, alpha, etc. However, there are times when you wish to animate a CAShapeLayer path, or a UIImageView image changing. Is there any way to extend the functionality of UIViewPropertyAnimator to support additional properties? If not, how could I synchronize separate animations with a complex keyframe animation?



from Extend UIViewPropertyAnimator?

No comments:

Post a Comment