I am trying to color a progress bar but mantaining compability with iOS 4.3. ProgresTintColor was introduced in iOS5. Any ideas?

link|improve this question

0% accept rate
feedback

2 Answers

Yes... subclass UIProgressView and handle your own drawing.

Here's a potentially useful how-to tutorial I found for you.

link|improve this answer
feedback

Use the class PDColoredProgressview available here: https://github.com/PascalW/PDColoredProgressview

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.