iOS Navigation & Inter-module Communication Using Flow
Flow, a simple pattern to organize navigation and inter-module communication in iOS applications.
Flow, a simple pattern to organize navigation and inter-module communication in iOS applications.
I prefer using Router for navigation purposes rather than Coordinator pattern. Here is why and how.