UIProgressView 未处理的颜色

Posted

技术标签:

【中文标题】UIProgressView 未处理的颜色【英文标题】:UIProgressView unprogressed color 【发布时间】:2012-06-29 07:16:49 【问题描述】:

我有一个UIProgressView,我希望它看起来像这张图片。我已经设置了进度颜色,但我不确定设置未进度的颜色(图像中的白色)。

【问题讨论】:

【参考方案1】:

这是我自己在探索 UIProgressView 属性时发现的简单解决方案:

progressView.trackTintColor = [UIColor whiteColor];  

【讨论】:

谢谢它帮助了我!!

以上是关于UIProgressView 未处理的颜色的主要内容,如果未能解决你的问题,请参考以下文章

UIProgressView 指示器未使用正确的“进度”更新

低于 0.1 的 UIProgressView 值未正确显示

我想在 UIAlertView 上显示 UIProgressView

UIProgressView和UISlider

UIProgressView 约束问题

UIProgressView