Implementation of Coordinator design pattern. It is the application architecture pattern for iOS, carefully designed to fit into UIKit; so much it could easily become UICoordinator
.
Since this is core architectural pattern, it’s not possible to explain its usage with one or two clever lines of code. Give it a day or two; analyze and play around. I’m pretty sure you’ll find it worthy of your time and future projects.
- version 8.x is using Swift 6 language mode and has strict concurrency turned ON
- version 7.x and up is made with Swift 5.5 concurrency in mind (async / await)
- versions before that (6.x) use closures
Just drag Coordinator
folder into your project — it‘s only a handful of files.
Or add add this repo’s URL through Swift Package Manager.
The why and how and...
- the Pattern
- the Library
- the Class
- recommended Implementation
MIT, as usual.
If you found this code useful, please consider buying me a coffee or two. ☕️😋