-
Notifications
You must be signed in to change notification settings - Fork 456
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
Navigation bar flashing on iOS 14 #158
Comments
@toto263 Hi, there are three patch versions, are any of them working properly? |
I applied the patch on KMNavigationBarTransition/UIViewController+KMNavigationBarTransition.m only.
Is there any other patches? |
Yes I can, but it will take some time to make a demo.
Do you really need it?
- Jae
…On Sat, Sep 19, 2020 at 2:32 PM Zhouqi Mo ***@***.***> wrote:
@toto263 <https://github.com/toto263> Hi, could you give me a demo to
reproduce the problem?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#158 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABV5AGXEBSQPTYDH47UTMITSGUPO7ANCNFSM4RSVWGEQ>
.
|
The release 1.16, 1.1.7 and 1.1.8 are three patches respectively. |
I tried three patches (1.1.6, 1.1.7, 1.1.8), and they work almost same. I can't find any differences between them. Now I am using 1.1.8. |
I could solve my issue by adding the following lines at km_addTransitionNavigationBarIfNeeded of UIViewController+KMNavigationBarTransition.m
I am not sure if I need to add the same code elsewhere such as km_viewDidAppear, km_popViewControllerAnimated, km_popToViewController, km_popToRootViewControllerAnimated. |
So can this problem be reproduced on iOS 13? |
I had no problem with iOS 13. It happened after iOS 14 update. |
When the screen is changed, navigation bar color is flashing on iOS 14.
I applied latest iOS 14 patch, and it is better, but still flashing.
before iOS 14 patch:
https://youtu.be/iv23TxJsXmU
after iOS 14 patch:
https://youtu.be/Y-zH8mqzWf0
The text was updated successfully, but these errors were encountered: