开发者

UIProgressView custom maximum value

I'm making an app where I retrive some value from a server, the server load. This value can be from 0.00 to 100.00, but UIPro开发者_StackOverflow中文版gressView only allows from 0.00 to 1.00. Is there any way I can extend the 1.00 limit to 100.00?


I suggest you simply divide your value by 100 and put it into your progressview that way.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜