What is CircularProgress?

Circular progress views are used in lots of iOS apps. UIKit, though, doesn’t provide a circular progress view. Therefore we look at several techniques for building a customizable circular progress view. By customizable I simply mean that we’ll be able apply different styles in a “pluggable” way to alter the look based on our app’s needs and the context in which the circular progress is presented.

Overview