iOS 4.3 中的 uiprogressview ProgressTintColor
我正在尝试为进度条着色,但保持与 iOS 4.3 的兼容性。 ProgresTintColor 在 iOS5 中引入。有什么想法吗?
I am trying to color a progress bar but mantaining compability with iOS 4.3. ProgresTintColor was introduced in iOS5. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的...子类
UIProgressView
并处理您自己的绘图。这是我为您找到的可能有用的操作教程 。
Yes... subclass
UIProgressView
and handle your own drawing.Here's a potentially useful how-to tutorial I found for you.
使用此处提供的类 PDColoredProgressview:https://github.com/PascalW/PDColoredProgressview
Use the class PDColoredProgressview available here: https://github.com/PascalW/PDColoredProgressview