DACircularProgress icon indicating copy to clipboard operation
DACircularProgress copied to clipboard

DACircularProgress is a UIView subclass with circular UIProgressView properties.

Results 29 DACircularProgress issues
Sort by recently updated
recently updated
newest added

Adding a project to enable the [Carthage](https://github.com/Carthage/Carthage) dependency manager.

1. Use the lazy-Initial method to create the progressLabel 2. rewrite (setFrame:) method to make sure that the progressLabel also could be created , even I use the method [[DALabeledCircularProgressView...

Can I use this DACircularProgress with three color gradient?i want DACircularProgress can support more color to fill the Progress;but i did not know how to do. ![home_mid_bg](https://cloud.githubusercontent.com/assets/5516433/7579766/a14dd052-f89b-11e4-8883-2130165f3ddb.png)

I want to change the start and end position of the circular progress view. How can I do that? Thanks

if you set de thicknessRatio under 0.3, as set in initialize method: - (void) initialize { if (self == [DACircularProgressView class]) { DACircularProgressView *circularProgressViewAppearance = [DACircularProgressView appearance]; [circularProgressViewAppearance setTrackTintColor:[[UIColor whiteColor]...

Hello, I've added property for start position to your progress bar. This property is value of an angle on unit circle in radians. Also I've added predefined values to set...

I have a self-defined view. And it has a DACircularProgressView as subview. ``` @interface TestView : UIView { DACircularProgressView *_progressView; } @property(nonatomic, strong)DACircularProgressView *progressView; ``` And I want this TestView...