stinsen icon indicating copy to clipboard operation
stinsen copied to clipboard

Coordinators in SwiftUI. Simple, powerful and elegant.

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

`@RouterObject var authRouter: NavigationRouter?` AuthCoordinator have been init and router stored but when I use authRouter, it is nil > protocol AuthCoordinatorType: AnyObject {} > > final class AuthCoordinator: AuthCoordinatorType,...

When targeting iOS 16 and above, the use of `NavigationView` is deprecated (since iOS 16.2 and similar). Stinsen internally uses `NavigationView` (in its `NavigationViewCoordinator`) in combination `NavigationLink` for navigation. This...

Hi. How I can disable coordinator when show custom Alert. I try to use manager and inject with facade

Hi, I have the same problem, which is described in the link below. https://forums.developer.apple.com/forums/thread/693137 In short: 1) I navigate to: LoginView -> SignUpView or LoginView -> ForgotPasswordView 2) I update...

Hi, I have issue when using popLast func I have FeedCoordinator when push new view (View 1) and from View 1 pushed new view (View2) and from view2 pushed new...

Anyone have a custom navigation back button implementation they're willing to share?

Will there be any support for Swift 6? ![image](https://github.com/user-attachments/assets/e570a7fb-7521-4094-b2e9-68c1f27f1a34)

Currently, `NavigationRoute` can only be initialised using a property wrapper. However, protocols in Swift do not yet support property wrappers as properties. There are cases where we'd like to define...

https://github.com/user-attachments/assets/587754eb-833c-43b1-abdf-d8181754205e Authors please Fix it))