KDCircularProgress
KDCircularProgress copied to clipboard
Animating to scale the progressview
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);