An open API service indexing awesome lists of open source software.

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

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.