Some time ago I mentioned a library allowing you to create different customized progress indicators known as MBProgressHUD.
Here’s another custom open source iOS control for creating custom progress views. This control allows you to easily create different types of circular progress views that was inspired by Facebook’s photo progress indicator.
You can customize the colors, size, thickness to make completely different looking indicators.
Here’s a screenshot from the readme showing the control in action:
The control is DACircularProgress by Daniel Amitay. You can download the control using git with:
You can find the repository on Github here.
A nice customizable circular progress view control.