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

I think some users pointed there're some issues w/ latest version animations. It turns out that we need to set current animation status (progress value in other words) to the...

I have receive memory leak after set thicknessRatio value _progressView.thicknessRatio = 0.1;

I want to stop animation after setProgress method call in some position. Is it possible to make? And how I can achieve this. Thanks.

Hi, First of all thank you for the repository, we have used it in our application and its working good. We are struggling to set maximum value to it dynamically(Default...

let DACircularProgressView become the CABasicAnimation delegate,· must conform the protocol CAAnimationDelegate.· If not , there was a warning in project.

fixed Assigning to 'id _Nullable' from incompatible type 'DACircularProgressView *const __strong' by adding CAAnimationDelegate

First in swift you have to do something like this: progressView.indeterminate = 1 When I set that, the progressView stays empty and does nothing.

I'm sorry to tell you, but your library doesn't build in iOS 10 anymore. Here is the Fix: **DACircularProgressView.h** _line 11_ replace: ``` @interface DACircularProgressView : UIView ``` with: ```...