-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Second view controller offset incorrect in navigation controller when navigationBar.isTranslucent is set to false #63
Comments
When you disable Hero, does this problem go away? Can you give me two screenshot? One with Hero enabled and one with it disabled |
Yes, disabling Hero or setting the I can't provide you comparative screenshots right now, as I'm working with on a project with sensitive data but basically the content of the second view controller appears below the navigation bar. I'll try and make a demo project ASAP. |
Thanks @lkzhao I'll give it a go and report back the result. |
It appears the issue is fixed! Cheers 👍 |
iOS 11 iPhone 7 I'm still seeing this issue. =( even with isTranslucent set to true. I have a UITabBarController as well. |
First of all awesome library 👍 I have a tabbar (with 5 tabs) in a navigation controller. |
Hello,
First, thank you for this amazing library \o/
I've noticed that when I push a controller on a navigation controller stack with hero enabled, the new view controller appears with an incorrect offset (below the navigation bar) when the
navigationBar.isTranslucent
property is set tofalse
.Regards.
The text was updated successfully, but these errors were encountered: