What is the best way to do animation for text in UILabel and also compatible with UIViewPropertyAnimator

I have an interactive animated view which contains a label that will change its text when use interact with the view. I found that there is no offcial API to animate the text of UILabel also the CATransaction trick doesn't work with UIViewPropertyAnimator.


Do anyone have a tip to achive this?

What is the best way to do animation for text in UILabel and also compatible with UIViewPropertyAnimator
 
 
Q