stinsen icon indicating copy to clipboard operation
stinsen copied to clipboard

Coordinators in SwiftUI. Simple, powerful and elegant.

Results 46 stinsen issues
Sort by recently updated
recently updated
newest added

UIKit based Coordinators offered the ability to apply transition effects when replacing a root view i.e. with RxFlow you could just do this: ``` Flows.use(onboardingFlow, when: .ready) { [unowned self]...

First off, amazing project that I plan to use in almost every SwiftUI project of mine. In an application I'm working on, I have an instance where the app can...

The current TabCoordinatable implementation seams to miss badge() support. With iOS 15 this would look like this: ``` TabView { Text("Your home screen here") .tabItem { Label("Home", systemImage: "house") }...

Hi there! I recently discovered Stinsen and really like it - thanks! However, I'm struggling to implement a specific flow. Let's say that I have a parent NavigationCoordinatable, `SetupCoordinatable`. It...

In my project, I need to calculate the tab height. However, there is no way to access the existing TabBar in your library. If you can add the height value...

Just wondering if you had an example of the hamburger menu using the new version, I can't seem to find it in the source. I'm having trouble understanding how to...

Hello, I'm currently having an issue when having two nested `NavigationViewCoordinatable`. Currently I have `Coordinator1` that starts at its root, then I have a route that routes to `Coordinator2`, which...

I have a use case that I have a 3 tabs, they each holds a `NavigationCoordinatable`. Each tab can navigates to some screens, and there are shared screens between tabs....

For time being, I am integrating Firebase Crashlytic and as we know that we should set Linker Other Flags with ObjC. Before I set it, my app run well, but...

Hello, I encountered an AppCrash in the "coordinator" getter of NavigationRouter due to the force cast on the type. When bringing back the App from background I sometimes get: `#6...