UIProgressView自定义最大值(UIProgressView custom maximum value)

编程入门 行业动态 更新时间:2024-10-10 11:27:48
UIProgressView自定义最大值(UIProgressView custom maximum value)

我正在制作一个应用程序,从服务器,服务器负载中检索一些值。 该值可以从0.00到100.00,但UIProgressView只允许从0.00到1.00。 有什么方法可以将1.00限制扩展到100.00?

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 UIProgressView only allows from 0.00 to 1.00. Is there any way I can extend the 1.00 limit to 100.00?

最满意答案

我建议你简单地将你的价值除以100并将其放入你的进度视图中。

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

更多推荐

本文发布于:2023-07-30 14:48:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1338827.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:最大值   自定义   UIProgressView   custom   maximum

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!