6

UIProgressView doesn't allow any customization. I know it's not exactly something complicated, but still I'd prefer to use an open sourced solution rather than re-inventing my own wheel.

Are there any?

Proud Member
  • 40,078
  • 47
  • 146
  • 231

2 Answers2

17

There are many at Cocoa Controls, some are more customizable than others. I like ATMHud.

PDColoredProgressview DDProgressView ATMHud SSPieProgressView ...

Jano
  • 62,815
  • 21
  • 164
  • 192
2

Github is usually a good source for such OS projects. Here's one possibility:

CMTwoToneProgressBar

Abizern
  • 146,289
  • 39
  • 203
  • 257