-
Notifications
You must be signed in to change notification settings - Fork 178
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
Problem when navigation bar is not translucent #15
Comments
BUMP, Having same issue! |
Fixed by adding: |
Thanks, I'll give a try. |
Having same issue :( |
any other ideas? |
in
removing this line, fixes the invisible UINavigationBar issue for me. |
Sorry, I have no enough time to maintain this project. It would be awesome if you could create pull request. |
@mahmutpinarbasi |
Hi @giabao0212, sorry for the late response |
I have a problem using this library on a navigation controller with an opaque navigation bar. It seems the final frame is not calculated properly and the top side of the view is hidden by the navigation bar.
An example to reproduce this is just adding the following code in the
viewDidLoad
method in theNavigationController
class in the provided example:Any workaround for this?
The text was updated successfully, but these errors were encountered: