franzhcs / FFCircularProgressView

FFCircularProgressView - An iOS 7-inspired blue circular progress view
MIT License
990 stars 108 forks source link

Added ability to add UIView or UIBezierPath as a placeholder before prog... #9

Closed Legoless closed 10 years ago

Legoless commented 10 years ago

...ress starts.

The default arrow bezier path in control is not always the desired icon. This adds the ability to render an UIView or UIBezierPath if set. Otherwise the default arrow is rendered in it’s place.