Coder Social home page Coder Social logo

Comments (3)

xergic avatar xergic commented on May 29, 2024 1

I have the same problem. Even reloading the view (via network request and @Published property) causes tabs to reset and navigation stacks to pop. Changing it to @StateObject indeed fixed the problem for me. Please check out my fork if this works for you.

Only "downside" is forcing the library to iOS 14 as minimum version.

from stinsen.

Prince2k3 avatar Prince2k3 commented on May 29, 2024

it does work! You should use the #available to continue support iOS 13

from stinsen.

xergic avatar xergic commented on May 29, 2024

Following up with some more info after some more investigations.

For me the TabView refreshed because all of the underlying state was reloaded. I have a similar setup to example project (MainCoordinator -> TabCoordinator -> other coordinator). I tried many things which didn't work, the MainCoordinator always reloaded when app was switched to background and back. To cut it short, the culprit was a scenePhase observer (.onChange) on the view. So please check if you have something similar in your project as this could be the problem.

My main init is just

var body: some Scene {
  WindowGroup {
    MainCoordinator().view()
  }
}

and it works great with current package version without my StateObject changes.

I hope this helps.

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.