本文介绍了动画UIProgressView的更改的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以为 UIProgressView
的更改设置动画,以便显示将平滑地移动到新值?
解决方案
如果您对此感兴趣,请填写错误报告重复/ 5883058:
标题: UIProgressView setProgress:(float)value animated:(BOOL)animated
p>
问题描述:
UIProgressView应
setProgress:(float)value animated:(BOOL)animated 函数像 UISlider
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.
这篇关于动画UIProgressView的更改的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!