Learn what the coordinator pattern is, when to use it and how to use it.
This is a companion discussion topic for the original entry at https://www.kodeco.com/1941458-advanced-ios-design-patterns/lessons/17
Learn what the coordinator pattern is, when to use it and how to use it.
Hi team,
This implementation of Coordinator pattern as a bit unconventional (which is not a bad thing). Unfortunately the video doesnβt describe the purpose of each component in sufficient enough details. Iβm a bit struggling understanding the differences between proposed routers and coordinators and how they differ from each other.
Can you go into more details or link up additional resources?
Thanks!
After watching the rest of the videos, I think I understand how they all fit together.
Coordinator manages which controller to display next and router manages how to display said controller, did I get your intention right?