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?