Reputation: 24481
I am trying to customize my UIProgressView. I would like it to look like the third one down on the image:
Please can you tell me how I could acheive this.
Upvotes: 2
Views: 4676
Reputation: 6667
Check out OCProgress: http://www.obsessivecode.com/projects/ocprogress/
It is very customizable, from width to height to bar color to back color to border color.
Upvotes: 4
Reputation: 24466
Have you looked at this: https://github.com/PascalW/PDColoredProgressview ?
Upvotes: 1