Narek Mailian
Narek Mailian
Thanks! I'll try to answer all questions and create separate issues later on for them: 1. Creating a NavigationViewCoordinator is a bit of a hassle, I agree, but the problem...
I haven't had the chance to look at the new APIs yet, but I'm guessing making Stinsen use them would be a refactor with lots of if-available thrown around. I'll...
Tricky issue to fix honestly. Perhaps a way to temporarily suspend the appear-function would work? 🤔
As @LePips says, this is temporary fixed with a namespace. However, this item should still be open - a long term solution should be to rename it completely. Any suggestions?...
Hi, there is a branch that might solve this issue: [navbarless](https://github.com/rundfunk47/stinsen/tree/navbarless). Could you please test it out and see if it works? I'm not 100% done with it yet, so...
There are still some bugs left to fix (try for instance presenting a modal screen and then pushing a new one), I'll look into it this week and hopefully fix...
I agree here. Modally presenting a NavigationView is not really the "Stinsen"-esque way. Usually you'd want to present a Coordinator here. This might be a bit tricky to fix since...
Hi! What exactly do you wish to accomplish with SwiftUI previews? Do you wish to be able to navigate through a preview just as you should with an app? There...
Hi! Sorry for the late answer. I have a branch [navbarless](https://github.com/rundfunk47/stinsen/tree/navbarless). Can you try that and see if it solves your issue?
Hi! I might be unsure what you mean, but the code you showed should work, provided that you have something like:: `@Route(.push) var todoDetail = makeTodoDetail` in TodosCoordinator.swift