kaandedeoglu / KDCircularProgress

A circular progress view with gradients written in Swift
MIT License
1.21k stars 217 forks source link

Animating to scale the progressview #123

Open ashwath20 opened 3 years ago

ashwath20 commented 3 years ago

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);