I want to share some data (an array of custom objects) from different ViewController, when tab changed.
1 = TabController
2 = ViewController
3 = ViewController
4 = SplitViewController
5 = MapView
6 = ViewController
7 = TableViewController
I want to share data between: 7 to 3, 7 to 2
What is the best way to do this?