Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UINavigationController (M13ProgressViewBar) flicker #115

Open
wujianbotju opened this issue Nov 16, 2016 · 2 comments
Open

UINavigationController (M13ProgressViewBar) flicker #115

wujianbotju opened this issue Nov 16, 2016 · 2 comments

Comments

@wujianbotju
Copy link

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
Copy link

ndrewh commented Dec 17, 2016

I noticed this as well

@ndrewh
Copy link

ndrewh commented Dec 17, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants