UIProgressView
has this setProgress:animated:
API.
Is there a way to know exactly when the animation stops?
I mean something like this?
[myProgress setProgress:0.8f animated:YES onCompletion...]
I would like to start fading the progress out, as soon as its animation ends.