Code Monkey home page Code Monkey logo

Comments (3)

YuantongL avatar YuantongL commented on May 27, 2024 1

Hi, there are still work around - create a custom TabCoordinatable. There are some examples in this other thread where we talked about how to make a custom tabbar #42

Basically the idea is:

  1. Hide the system tabbar
  2. Make a class conform to TabCoordinatable
  3. Use func customize(_ view: AnyView) -> some View to use a view which you made yourself as a tab bar
  4. You then get full control of what needs to be displayed on the tab bar (because it's a SwiftUI View)
  5. You will be able to achieve anything (you got the button call back in coordinator now, you can pass it around)

from stinsen.

YuantongL avatar YuantongL commented on May 27, 2024 1

I don't have code example of the StatefulTabView, you could try use the func customize(_ view: AnyView) -> some View and implment the StatefulTabView there. Alternatively I think it is also possible to just not discard using of TabCoordinator since the StatefulTabView basically does the same thing, and use Stinsen in other places of the app.

from stinsen.

ryangittings avatar ryangittings commented on May 27, 2024

Ah okay! I'm not 100% sure on this, but I'll see if I can hash something together.

Any idea how I'd get the stateful tab package above to work? I'd love to view some sample code or something, if some exists anywhere?

Thanks for all your help! 🙂

from stinsen.

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.