Ethan Pippin
Ethan Pippin
I thought this thread would be the place to start talking about the new navigation APIs released this past WWDC for iOS 16. I think this should be addressed soon...
I was probably thinking way too fast when I wrote, > It seems problematic to have a bunch of if #available(iOS 16.0, *) throughout all files After reading an article...
This is implicit return in Swift 5.1. You either must be using that version or later, which you should be able to do with Xcode 12.4, or update your Xcode...
Updating your Swift version does not require modification of Stinsen.
This is simply fixed in https://github.com/rundfunk47/stinsen/pull/75
I think `Stack` would be problematic both in usage and in context. It would conflict with a basic `Stack` if a developer ever had one since `NavigationStack` is already public....
To work with the current state of Stinsen (and how I think it should properly be), instead of creating an explicit `NavigationView` to present, return a `NavigationViewCoordinator`. This will require...
Hi, my workaround doesn't actually rebuild the root or anything related to Stinsen.
Will be removed for general socketing capabilities. Planning on using [SwiftNIO](https://github.com/apple/swift-nio).
Planned to fix as those views will be redone anyways