Giter VIP home page Giter VIP logo

Comments (1)

rundfunk47 avatar rundfunk47 commented on May 14, 2024

Hi! Yes, unfortunately stinsen does not support split view at the moment unless you code your own solution instead of using apple's stock version.

Why is that?

Well, it all has to do with isActive on NavigationLinks, which is the mechanism stinsen uses to create a navigation stack. Using .navigationViewStyle(StackNavigationViewStyle()) everything works as intended, if you have a navigation stack of 1 -> 2 -> 3 -> 4 the isActive will be true for 1, 2, and 3. However, removing .navigationViewStyle(StackNavigationViewStyle()) and trying again will trigger some bug in SwiftUI where the isActive will become false for some of the views, making it hard to keep track of what is shown on the screen and dismissing them correctly. This can be solved by for instance keeping track of what is being shown in i.e. onAppear and onDisappear (which was the case before if you check the git-commit history) but it makes for a very convoluted codebase and also still doesn't allow for some functions to work correctly (dismissing coordinators).

I haven't looked into this issue in a while though, perhaps it's been fixed. I'll look into it and if it's still showing up I'll submit a bug-report and add it to "known issues" in the readme ☺️

Meanwhile, if you don't need dismissal of coordinators, you can fork stinsen and remove the line that sets .navigationViewStyle(StackNavigationViewStyle()). The rest of the functions should work I think, but this is on top of my head, it was a while since I played around with trying to make this work.

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.