You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: