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.
P.S.: progress.alpha = 1 does not work
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.
P.S.: progress.alpha = 1 does not work
2
Answers
The only way to change this opaque/transparent behavior is to use your own Timer.
properties
progressImage
andtrackImage
it worked fine as on previous iOS versions