Coder Social home page Coder Social logo

Comments (3)

rundfunk47 avatar rundfunk47 commented on August 25, 2024 1

As per the documentation:

* NavigationCoordinatable - For navigational flows. Make sure to wrap these in a NavigationViewCoordinator somewhere if you wish to push on the navigation stack.
* ViewCoordinatable - Just a view and routes that do not push but rather replace the entire view, can be used for instance when switching between logged in/logged out.

so it sounds like a NavigationCoordinatable is what you want to use here. You also need a NavigationViewCoordinatable (the name has changed to NavigationViewCoordinator in recent versions so it depends on the version you are using) that wraps around the NavigationCoordinatable you are using, similar to how you need a NavigationView in order to get NavigationLink to work in SwiftUI.

from stinsen.

rundfunk47 avatar rundfunk47 commented on August 25, 2024

Hi! It should work on iOS 15, the only problem is that the current version (1.0.11) doesn't build in Xcode 13.5 beta due to this bug: https://developer.apple.com/forums/thread/682351 . So you might need to use 1.0.10 until it is fixed.

Have you tried running StinsenApp? Does that work (try using the testbed)? Which version of Stinsen are you using?

from stinsen.

vexonius avatar vexonius commented on August 25, 2024

I was using version 1.0.9. Pushing finally worked after replacing NavigationCoordinatable with ViewCoordinatable... Is there some requirement for pushing NavigationCoordinatable? I followed the app example from the repo.

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.