Giter Club home page Giter Club logo

Comments (5)

ZenonHuang avatar ZenonHuang commented on July 27, 2024 1

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

from ltnavigationbar.

Mamong avatar Mamong commented on July 27, 2024

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

from ltnavigationbar.

peiweichen avatar peiweichen commented on July 27, 2024

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

from ltnavigationbar.

TuWei1992 avatar TuWei1992 commented on July 27, 2024

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

from ltnavigationbar.

ieliwb avatar ieliwb commented on July 27, 2024

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

from ltnavigationbar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.