M13ProgressSuite icon indicating copy to clipboard operation
M13ProgressSuite copied to clipboard

UINavigationController (M13ProgressViewBar) flicker

Open wujianbotju opened this issue 8 years ago • 2 comments

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?

wujianbotju avatar Nov 16 '16 08:11 wujianbotju

I noticed this as well

ndrewh avatar Dec 17 '16 23:12 ndrewh

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.

ndrewh avatar Dec 17 '16 23:12 ndrewh