UIProgressView on iOS 15 beta 2

UIProgressView built on Xcode 12.4 shows a little bit of progress on iOS 15 beta 2 in spite of 0.0 progress.

Is it a bug or a new behavior?

Answered by lmDeveloper1 in 681951022

this looks fixed in b3, where setting progress to 0, will mean progress is 0 (empty progress bar)

I'm seeing the same thing, i would submit a feedback, seems like a bug to me. I havent tried, but does xcode 13 to ios 15 do the same thing or does it look empty (aka 0 progress)

Accepted Answer

this looks fixed in b3, where setting progress to 0, will mean progress is 0 (empty progress bar)

UIProgressView on iOS 15 beta 2
 
 
Q