-
Updated
May 6, 2020 - Swift
#
coordinator
Here are 73 public repositories matching this topic...
swift
ios
rxswift
mvvm
ios-swift
coordinator
mvvm-architecture
rxswift-extensions
coordinator-pattern
mvvm-c
mvvm-coordinator
Example of MVVM-C architecture implemented with RxSwift
-
Updated
Mar 7, 2020 - Swift
Kotlin Multiplatform Router for Android and iOS
android
kotlin
fragments
router
animation
mvvm
kotlin-android
kotlin-library
android-library
transition
custom-transitions
multiplatform
coordinator
mvvm-architecture
mvvmc
coordinator-pattern
kotlin-multiplatform
kompass
kotlin-mpp
kotlin-multi-platform
-
Updated
Aug 28, 2019 - Kotlin
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.
swift
ios
factory
router
navigation
finder
deeplink
routing-engine
coordinator
universal-links
coordinator-pattern
deeplinks
swift5
controllers-composition
-
Updated
Apr 29, 2020 - Swift
An example of the Coordinator pattern
-
Updated
Nov 18, 2019 - Swift
The library creates a floating menu like the app momo, vtcpay, wepay
-
Updated
Oct 8, 2018 - Java
어썸블로그 ・ 개발 블로그 모음 ・ 개발 잡덕들을 위한 본격 고퀄리티 개발 블로그 큐레이션 서비스 🕵️♀️
-
Updated
May 14, 2018 - Java
A sample app describing my philosophy on how to write iOS code with RxSwift.
-
Updated
Apr 22, 2020 - Swift
Core iOS Application Architecture - The development paradigm of clean, testable code and modular iOS applications. + Xcode templates
-
Updated
Dec 18, 2019 - Swift
An implementation of the Coordinator pattern for iOS written in Swift 5.
-
Updated
Jan 31, 2020 - Swift
Postgres-XL Docker
postgresql
gtm
coordinator
postgres-xl
cluster-topology
postgres-xl-docker
database-cluster
datanode
-
Updated
Apr 17, 2020 - Shell
Jeehut
commented
Sep 1, 2019
All are private (implementation detail). The setup should be called in init (for views) or in viewDidLoad (for view controllers). The update should be called in the viewModels didSet. The setupViewModelBindings should be called (if even existent) at the beginning of the setup method. Provide a full example.
This is the demo of MVVM-C structure with dependency injection using RxSwift.
ios
movie
rxswift
dependency-injection
mvvm
design-patterns
coordinator
apiclient
mvvm-architecture
mvvmc
rxcocoa
rxalamofire
ios-design-patterns
mvvmc-demo
apirouter
-
Updated
Nov 11, 2019 - Swift
Navigation framework for iOS applications based on a weaving pattern
-
Updated
Mar 13, 2018 - Swift
iOS project, built on improved MVP architecture using Coordinator pattern for routing 😎
swift
ios
unit-testing
patterns
solid
architecture
transition
mvp-architecture
coordinator
mvp-pattern
-
Updated
Apr 19, 2020 - Swift
MVVM-Coordinator and Clean Architecture
-
Updated
Apr 8, 2019 - Swift
A drop-in, ready to use, collection of Coordinator protocols
-
Updated
Feb 26, 2019 - Swift
-
Updated
Apr 10, 2020 - Objective-C
A lightweight yet powerful state-based router written in Swift.
-
Updated
Jan 21, 2020 - Swift
The first navigation flow manager that allow you to navigate using just the declared view types and it's possible to unit test your entire flow
-
Updated
Dec 19, 2019 - Swift
Distributed Operations and Data Organizer built on Apache BookKeeper
-
Updated
Apr 20, 2020 - Java
A lightweight App Core module for your next iOS project.
-
Updated
Nov 27, 2019 - Swift
-
Updated
Nov 5, 2017 - Swift
Unsplash client. Browse, download high quality photos.
-
Updated
Apr 15, 2020 - Swift
Coordinator meets easy memory management with Yui
-
Updated
Oct 11, 2018 - Swift
A Swift library for creating easy, powerful, View Controller flow coordinators.
-
Updated
Apr 4, 2019 - Swift
Template for iOS 13 app, with UIScenes and Coordinator pattern
-
Updated
Apr 14, 2020 - Swift
Improve this page
Add a description, image, and links to the coordinator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coordinator topic, visit your repo's landing page and select "manage topics."
If you present a UIViewController and from that screen you make a step which change flow will create a memory leak by holding the NavigationController with full stack of ViewController within it. That flow is deallocated but the navigation controller and other view controller still exists on memory.