Marxon13 / M13ProgressSuite

A suite containing many tools to display progress information on iOS.
3.93k stars 526 forks source link

UINavigationController (M13ProgressViewBar) flicker #115

Open wujianbotju opened 7 years ago

wujianbotju commented 7 years ago

I found that navigation progress bar flickered when called [setProgress:*** animated:YES]. I don't know why so I recorded a slow-mode video and I found the progress view disappeared at some point and showed again.

What's wrong?

ndrewh commented 7 years ago

I noticed this as well

ndrewh commented 7 years ago

I was able to fix any flickering by ensuring that I don't send setProgress:1.0 and finishProgress consecutively. The issue seems to occur when you call finishProgress before the setProgress animation finishes.