GithubHelp home page GithubHelp logo

Comments (6)

alexiscn avatar alexiscn commented on July 17, 2024 2

You can hide navigation bar in viewWillAppear(_ animated: Bool) and show in viewWillDisappear(_ animated: Bool)

    override func viewWillAppear(_ animated: Bool) {
        super.viewWillAppear(animated)
        navigationController?.setNavigationBarHidden(true, animated: animated)
    }
    
    override func viewWillDisappear(_ animated: Bool) {
        super.viewWillDisappear(animated)
        navigationController?.setNavigationBarHidden(false, animated: animated)
    }

from wxnavigationbar.

alexiscn avatar alexiscn commented on July 17, 2024

Please describe your problem more clearly.

You mean

  • The button under the transparent navigation can not be clicked ?
  • The button inside the wx_navigation bar can note be clicked ?
  • The navigation item can not be clicked when the navigation bar is transparent ?

The more detail your describes, the easier it is to solve.

from wxnavigationbar.

ccchitat avatar ccchitat commented on July 17, 2024

The button under the transparent navigation can not be clicked

from wxnavigationbar.

alexiscn avatar alexiscn commented on July 17, 2024

The button under the transparent navigation can not be clicked

You can add button to wx_navigationbar to enable touch.

from wxnavigationbar.

ccchitat avatar ccchitat commented on July 17, 2024

I just give an example, in fact, I need the view to be able to receive events

from wxnavigationbar.

iOSyan avatar iOSyan commented on July 17, 2024

I just give an example, in fact, I need the view to be able to receive events

请问这个问题解决了吗?遇到同样的问题,导航栏隐藏或透明时,在导航栏位置的view无法相应点击事件

from wxnavigationbar.

Related Issues (15)

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.