I was quite bored of the classic blue UIProgressView provided in UIKit so I decided to write a custom progress view, very much inspired by the one used in the official Twitter for iPhone app.

It lets you specify the tint color of both the inner and outer parts of the control. You can use DDProgressView exactly as you would use a classic UIProgressView. In the future I might add support for different shapes too.

You can find the source code on Github.

DDProgressView