How To Pass Data Between Views Using Coordinator Pattern In Swift
benoitpasquier.comA question that comes back often when using Coordinator pattern in iOS development is how to pass data between views. Benoit Pasquier shares different approaches for a same solution, regardless if you are using MVVM, MVC or other architectural design pattern.
Read more...