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

Opaque Navigation Bar Support #1

Open
apcorc opened this issue Nov 29, 2013 · 1 comment
Open

Opaque Navigation Bar Support #1

apcorc opened this issue Nov 29, 2013 · 1 comment

Comments

@apcorc
Copy link

apcorc commented Nov 29, 2013

Hey, I've been working with your library for a couple days now and I really like it so far, it's definitely one of the better ones out there. I have already made quite a few changes to it to fit my needs but I am struggling with getting it to work with an opaque UINavigationBar in the UINavigationController. Do you have any insight about supporting this or be able to point me in the right direction? It appears that when you use an opaque nav bar the "bottom" / "foreground" view becomes aware of it (as though it applies to the foreground view as well) and there is some strange animation that goes on if you try to hide the navigation bar when animating to full screen. If you know where I can look, I'd be happy to develop the functionality myself and submit a pull request.

Thanks!

@tonimoeckel
Copy link
Member

Hi apcorc,
Thanks for contribution! I tried to support also translucent navigationbars, but there are currently some issues with the top height. I think the issues are might be a result of the UIScrollView insets, that should change when you hide
the navigationbar. Are you using autolayout? - have a look at this as well...

I'm still developing and happy for any improvements.

Cheers!

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