danielamitay / DACircularProgress

DACircularProgress is a UIView subclass with circular UIProgressView properties.
Other
2.38k stars 341 forks source link

Added the ability to set the inner color. #43

Closed jeffnuss closed 9 years ago

jeffnuss commented 9 years ago

I needed a way to set the color inside the progress view circle, so I figured I would share. If innerTintColor is nil or isn't set, then the behavior is the same as before.

danielamitay commented 9 years ago

Thanks!