Ben Quan
Ben Quan

Reputation: 817

uiprogressview ProgressTintColor in iOS 4.3

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

Answers (2)

neowinston
neowinston

Reputation: 7764

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

Upvotes: 0

Michael Dautermann
Michael Dautermann

Reputation: 89509

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

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

Upvotes: 1

Related Questions