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

滑动返回,导航栏空白 #23

Open
szl-926929 opened this issue Jan 11, 2016 · 5 comments
Open

滑动返回,导航栏空白 #23

szl-926929 opened this issue Jan 11, 2016 · 5 comments

Comments

@szl-926929
Copy link

最新的demo中,从第一个标签页导航栏透明的情况下跳转到一共空白页面,滑动返回,空白页面的导航栏也是白的。

@ZenonHuang
Copy link

我也有类似情况。
页面滑动到底下,push到其它页面,滑动返回后,导航栏透明。
还有另一个问题,就是在页面中使用UISearchController,也会让searchBar透明。

@Mamong
Copy link

Mamong commented Apr 13, 2016

系统控件之间有关联性吧 还是用uiview好点

@peiweichen
Copy link

因为他们共享UINavigationBar,你需要把 nav bar隐藏了,写UIView

@TuWei1992
Copy link

if(self.overlay){
[self.navigationBar setBackgroundImage:nil forBarMetrics:UIBarMetricsDefault];
[self.overlay removeFromSuperview];
self.overlay = nil;
}

@ieliwb
Copy link

ieliwb commented Feb 4, 2019

@ZenonHuang 兄弟,searchBar透明解决了吗?我也遇到了,搞了很久没调好,郁闷

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

6 participants