Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdolancode/hello-and-goodbye-coordinators
A simple coordinator project
https://github.com/mdolancode/hello-and-goodbye-coordinators
Last synced: 1 day ago
JSON representation
A simple coordinator project
- Host: GitHub
- URL: https://github.com/mdolancode/hello-and-goodbye-coordinators
- Owner: mdolancode
- Created: 2021-03-17T17:50:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T18:45:02.000Z (almost 4 years ago)
- Last Synced: 2024-11-29T09:16:56.388Z (2 months ago)
- Language: Swift
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello-and-Goodbye-Coordinators
A simple coordinator projectI have previously used coordinators, but it has been a few months and I needed a review, so I decided to make this small project.
The project demonstrates a simple Coordinator pattern introduced by Soroush Khanlou at the NSSpain conference in 2015.
I originally learned the Coordinator pattern from Paul Hudson at Hacking with Swift and always use his article and video as a reference. The link to his article can be found here. https://www.hackingwithswift.com/articles/71/how-to-use-the-coordinator-pattern-in-ios-appsHope this helps!