QuickBirdEng/XCoordinator
🎌 Powerful navigation library for iOS based on the coordinator pattern observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 90
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2970
- days_rel: n/a
- days_push: 62
- n_releases_24m: 0
Adoption not part of the score
2389 stars · 190 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
XCoordinator is a Swift framework for iOS that implements the coordinator pattern to manage navigation and transitions between view controllers. It supports MVVM-C architectures by letting developers define routes as enums and coordinators that handle transitions, with optional RxSwift integration.
Use cases
- implement coordinator pattern navigation in an iOS app
- structure an iOS app using MVVM-C architecture
- decouple view controllers from navigation logic in Swift
- manage deep flows and transitions between scenes with route enums
- replace storyboard segues with programmatic routing
- integrate RxSwift-driven navigation in view models
When to choose
- you are building an iOS app in Swift with MVVM or MVVM-C and want clean separation of navigation concerns
- you want enum-based route definitions and typed routers for app flows
- you use RxSwift and want reactive navigation triggers
When to avoid
- you are building for Android, web, or non-Apple platforms
- you prefer SwiftUI-native navigation and NavigationStack
- your app is a simple single-flow app where coordinators add unnecessary complexity
Facets
framework · maturity stable
routing state-management middleware mobile-development developer-tools coordinator-pattern mvvm-c rxswift navigation swift ios mobile
1 source
- readme: https://github.com/QuickBirdEng/XCoordinator · fetched 2026-08-28 · 01fb867f1e83
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| QuickBirdEng/XCoordinator | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="QuickBirdEng/XCoordinator")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem