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

iOS 10 Navigation bar is not set to transparent #40

Closed
Pratik948 opened this issue Aug 1, 2016 · 3 comments
Closed

iOS 10 Navigation bar is not set to transparent #40

Pratik948 opened this issue Aug 1, 2016 · 3 comments

Comments

@Pratik948
Copy link

I am writing code for app with future support so basically i'm looking at all side previous versions, current version, as well as future version which will be iOS 10.

This category works perfect until iOS 9.3.3 but in iOS 10 its not working, i've tested on both iDevice and Simulator

I'm setting clear colour for navigation bar at viewDidLoad as below

[self.navigationController.navigationBar setShadowImage:[UIImage new]]; [self.navigationController.navigationBar lt_setBackgroundColor:[UIColor clearColor]];

Please someone help me out with this.

I'm sorry for my english, i don't know what language you're using 😜

Thanks.

@XiangNanLi
Copy link

I have the same question.
I find that the "_NavigationBarBackground" is under the overlay view at iOS 10, but the "_UIBarBackground" is above the overlay view at iOS 9.3.3.
When push to new ViewController , the overlay view is at the front of the navigationbar.
I just set the backgroundColor.

@ltebean
Copy link
Owner

ltebean commented Aug 19, 2016

fixed in v2.1.3

@ltebean ltebean closed this as completed Aug 19, 2016
@Pratik948
Copy link
Author

thanks for the new version 👍

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

3 participants