Is it possible to animate the change of a UIProgressView
such that the display will move smoothly to the new value?
Kinda like NSProgressIndicator does.
Is it possible to animate the change of a UIProgressView
such that the display will move smoothly to the new value?
Kinda like NSProgressIndicator does.
If you interested in this please fill a bug report, Duplicate/5883058:
Title: UIProgressView setProgress:(float)value animated:(BOOL)animated
Problem Description: UIProgressView should have a setProgress:(float)value animated:(BOOL)animated function like UISlider to be able to animate the progress.