KDCircularProgress
KDCircularProgress copied to clipboard
A circular progress view with gradients written in Swift
When we animate the progressview it works fine but when app is minimized and resumed view gets scaled wrongly progressView.transform = CGAffineTransform(scaleX: 1.2, y: 1.2);
My design is like this, is it possible to use KDCircularProgress?  Thanks
Do upgrade from: `UIGraphicsBeginImageContextWithOptions(size, false, 0.0) ` to: `UIGraphicsBeginImageContextWithOptions(size, false, UIScreen.main.scale) `
xcode Version 12.0.1 macos 10.15.7 swift5 xib中调用 KDCircularProgress 报错, ViewController.xib: error: IB Designables: Failed to render and update auto layout status for UIView (i5M-Pr-FkT): dlopen(KDCircularProgress.framework, 1): no suitable image found....
First of all thanks for the wonderful lib, is there any support for the thumb at the end of the progress line Thanks
while using this framework on devices containing iOS latest `9.3.6 version` , there is a crash on the following ``` override init() { super.init() } ``` of ` private class...
Hi useful library! ## Issue I use 1.5.4 (via CocoaPods) and sometimes have crash on `assert`. I don't want this behavior as it works fine without these assertion, so re-installed...
Excuse me, how could I control the gradient colors range between startAngle to anyAngle(eg. 135 degrees) which could be various values because, by default, the color gradient seems to start...
If we have three colours for the gradient: [Red, Green, Blue] When circular progress is fully drawn, it is something like [Red, Green, Blue, Blue, Green, Red]. It would be...
I have try to animate using timer to repeat to call the function the animation only work two times after it's not working.