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

Added an Xcode project which builds the code as a framework so it can be used by [Carthage](https://github.com/Carthage/Carthage). Also made changes to the README to add Carthage info and a...

Current animation implementation will stop if the view is removed from the super view. When the parent view is then re-added, the animation will not be playing. How should this...

Here is my code. Is it because of the decimal value? ``` progressBlock: { (progress: Int32) -> Void in if progress

Fixes superspeed indeterminate when adding as subview to tableview cell (was layering animations)

The value of the `indeterminate` property is based on the presence of the spin animation on the view's layer. This causes an issue when attempting to set the `indeterminate` property...

Also gave preference to using a UIView with a custom class within Interface Builder over alternative programmatic method.

Animation jumps if animation is not completed yet and we set new progress value. Even incorrect value can be set, like in mentioned above example: self.progressView.setProgress(1.0, animated: true) //....and when...

hi,your library is awesome.I need to set maximum value and minimum value. I am trying this code for setting 2mins as maximum value. -(void)progressChange{ //CGFloat progress = self.largeProgressView.progress+(totalOne/100)+0.011; CGFloat progress...