Xcode – UIProgressView become transparent during setProgress with animated = true
In iOS15 UIProgressView changed behavior. When I use self.progress.setProgress(1.0, animated: true), it starts from transparent style. How to return to "alpha = 1" style. progress = 0 progress = 20% progress = 70% progress = 90% P.S.: progress.alpha = 1…