https://github.com/podkovyrin/testcoordinators
UINavigationController vs Coordinator pattern
https://github.com/podkovyrin/testcoordinators
coordinator coordinator-pattern coordinators ios swift uinavigationcontroller
Last synced: 10 months ago
JSON representation
UINavigationController vs Coordinator pattern
- Host: GitHub
- URL: https://github.com/podkovyrin/testcoordinators
- Owner: podkovyrin
- License: mit
- Created: 2020-02-18T12:51:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T12:51:28.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T01:41:20.793Z (about 1 year ago)
- Topics: coordinator, coordinator-pattern, coordinators, ios, swift, uinavigationcontroller
- Language: Swift
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestCoordinators
## Notes
Proof of concept of Coordinator pattern ([[1]](http://khanlou.com/2015/01/the-coordinator/), [[2]](http://khanlou.com/2015/10/coordinators-redux/), [[3]](https://davedelong.com/blog/tags/a-better-mvc/)) usage with `UINavigationController` and iOS 13 interactive modal transition.
Before adopting Coordinator pattern consider another approach of using `UIViewController` as if it was a coordinator [https://github.com/insidegui/mvcwithsugar](https://github.com/insidegui/mvcwithsugar).
## License
*TestCoordinators* is available under the MIT license. See the LICENSE file for more info.