coordinator
There are 209 repositories under coordinator topic.
QuickBirdEng/XCoordinator
๐ Powerful navigation library for iOS based on the coordinator pattern
RxSwiftCommunity/RxFlow
RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
rundfunk47/stinsen
Coordinators in SwiftUI. Simple, powerful and elegant.
ekazaev/route-composer
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.
uptechteam/Coordinator-MVVM-Rx-Example
Example of MVVM-C architecture implemented with RxSwift
sellmair/kompass
Kotlin Multiplatform Router for Android and iOS
QuickBirdEng/SwiftUI-Coordinators-Example
Sample app that showcases the use of the Coordinator Pattern in SwiftUI
daveneff/Coordinator
An implementation of the Coordinator pattern for iOS written in Swift 5.
huynguyencong/SwiftUI-MVVM-C
An iOS template project using SwiftUI, Combine and MVVM-C software architecture
rcaos/TVToday
iOS TV Shows app with TMDb Api. Async-await, MVVM + Coordinator. Modular Architecture. Swift Package Manager
mercenaruss/zigstar_gateways
ZigStar LAN/Wifi/POE Gateways
wtsnz/Coordinator-Example
An example of the Coordinator pattern
ATHBK/CoordinatorMenu
The library creates a floating menu like the app momo, vtcpay, wepay
bartleby/Core-iOS-Application-Architecture
Core iOS Application Architecture - The development paradigm of clean, testable code and modular iOS applications. + Xcode templates
jungilhan/awesome-blogs-android
์ด์ธ๋ธ๋ก๊ทธ ใป ๊ฐ๋ฐ ๋ธ๋ก๊ทธ ๋ชจ์ ใป ๊ฐ๋ฐ ์ก๋๋ค์ ์ํ ๋ณธ๊ฒฉ ๊ณ ํ๋ฆฌํฐ ๊ฐ๋ฐ ๋ธ๋ก๊ทธ ํ๋ ์ด์ ์๋น์ค ๐ต๏ธโโ๏ธ
danielt1263/RxEarthquake
A sample app describing my philosophy on how to write iOS code with RxSwift.
RobertDresler/SwiftUINavigation
Framework for Implementing Clean Navigation in SwiftUI
mercenaruss/zigbee-stick-v4
Zigbee Stick based on RF-BM-2652P1/P2 Module from RF-STAR,with CC2652P on board
suho/ios-clean-architecture
MVVM-Coordinator + RxSwift and Clean Architecture
tiredpixel/postgres-xl-docker
โ ๏ธ Postgres-XL upstream hasn't been updated since 2019-08-08, and various important messages on the mailing list have gone unanswered. Thus, this project is now archived.
QuickBirdEng/XCoordinator-Example
XCoordinator-Example serves as an MVVM-C example app for XCoordinator
anshul18895/MVVMC-Demo
This is the demo of MVVM-C structure with dependency injection using RxSwift.
Kharauzov/NiceDemo
iOS project, built on improved MVP architecture using Coordinator pattern for routing ๐
FlineDev/Imperio
Keep the screen flow and data handling logic out of your view controllers โ let them handle view-stuff only.
iotaledger-archive/one-click-tangle
"One Click Tangle" intends to make lives easier to IOTA adopters by providing pre-configured scripts and recipes that allow to deploy IOTA Networks and Nodes "in one click".
mgacy/MVVMC-SplitViewController
Example project with UITabBarController inside UISplitViewController using RxSwift and MVVM-C architecture.
sh2aliyev/r-placer
Pixel art placer/coordinator for the Reddit Place event.
denissimon/iOS-MVVM-Clean-Architecture
Example iOS app designed using MVVM-C and Clean Architecture. Uses Swift Concurrency.
k1ckdown/MovieCatalog
Movies app demonstrating implementation of Clean Architecture, Dependency Injection, MVVM with View State and Coordinator in SwiftUI
nikans/MonarchRouter
Declarative URL- and state-based router written in Swift.
twittemb/Archive.Weavy
Navigation framework for iOS applications based on a weaving pattern
Link-MIND/TOASTER-iOS
self.showToastMessage("ํ9")
gio-dot/Z-Bee-Duo
USB/WiFi/LAN/Hat modular CC2652P zigbee 3.0 adapter
ivkuznetsov/Coordinators
This repository contains an implementation of the Coordinator pattern for SwiftUI, providing a structured way to manage complex navigation flows, including handling both navigation stacks and modal presentations.
trnserdar/Netflix
iOS Application(similar to Netflix) based on MVVM and implemented using the Test Driven Development (TDD) concept.
zafarivaev/CoordinatorDesignPattern
App showing the Coordinator design pattern implementation. Written for a Medium article