swift-composable-navigator
An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind (by Bahn-X)
UIPilot
The missing typesafe SwiftUI navigation library (by canopas)
swift-composable-navigator | UIPilot | |
---|---|---|
4 | 2 | |
585 | 317 | |
0.0% | 0.0% | |
0.0 | 5.2 | |
over 3 years ago | 7 months ago | |
Swift | Swift | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
swift-composable-navigator
Posts with mentions or reviews of swift-composable-navigator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-18.
-
Helm: A graph-based SwiftUI router
Great to have more options for SwiftUI navigation - have been using Composable Navigator, but looks like that’s now potentially end-of-life.
-
Any advice to go for SwiftUI on a new production project?
I'd recommend Composable Navigator for navigation & deep linking, as well as Introspect for the times when you need to make minor changes to the UIKit components that back some SwiftUI components (without needing to fully wrap UIKit for SwiftUI).
- Based on the experience we gathered on programmatic navigation in SwiftUI, we decided to build an open source library that enables rich deeplinking and navigation along navigation paths. Welcome ComposableNavigator!
- ComposableNavigator is finally public! Based on the experience we gathered on programmatic navigation in SwiftUI, we decided to build an open source library that enables rich deeplinking and navigation along navigation paths.
UIPilot
Posts with mentions or reviews of UIPilot.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-14.
-
SwiftUI — Complex navigation made easier with UIPilot
Check out SwiftUI navigation library github.com/canopas/UIPilot for easy navigation.
Well, I thought it was time to contribute to the community and I have come up with an open-source project — UIPilot
What are some alternatives?
When comparing swift-composable-navigator and UIPilot you can also consider the following projects:
ScreenUI - A multi-platform, multi-paradigm routing framework.
RouteComposer - Protocol oriented, Cocoa UI abstractions based library that helps to handle view controllers composition, navigation and deep linking tasks in the iOS application. Can be used as the universal replacement for the Coordinator pattern.
Router - 🛣 Simple Navigation for iOS - ⚠️ Deprecated
ZIKRouter - Interface-oriented router for discovering modules, and injecting dependencies with protocol in Objective-C and Swift.
RxFlow - RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern