What’s the best way to communicate between view controllers?

These are good questions, and its great to see that you’re doing this research and seem concerned with learning how to “do it right” instead of just hacking it together. First, I agree with the previous answers which focus on the importance of putting data in model objects when appropriate (per the MVC design pattern). … Read more