There is an example in the book (Chapter 21, Built-in view transitions), on which a UIView.transition(with call is used inside a UIViewPropertyAnimator instance, but this doesn’t seem to work when trying to drive the interaction manually, the transition is executed immediately and doesn’t follow the fractionComplete of the animator.
What i want to achieve is to crossDissolve between two UIImage values in a UIImageView.
thanks for your reponse @syedfa, but it’s not quite what i was wondering
I can do the transition with the effect i show, but the main problem is how to manually drive the transition, in this case with UIViewPropertyAnimator or something equivalent