Reputation: 817
I am trying to color a progress bar but mantaining compability with iOS 4.3. ProgresTintColor was introduced in iOS5. Any ideas?
Upvotes: 1
Views: 1890
Reputation: 7764
Use the class PDColoredProgressview available here: https://github.com/PascalW/PDColoredProgressview
Upvotes: 0
Reputation: 89509
Yes... subclass UIProgressView
and handle your own drawing.
Here's a potentially useful how-to tutorial I found for you.
Upvotes: 1