I'm working on an app that has 5 tableViews (not shown at the same time) and currently
my single datasource/delegate is getting a little hard to maintain.
I've been reading that it is advisable to create a new controller/datasource/delegate for multiple tableviews.
My question is, some of my tableviews are dependent on some of the values of the objects shown by other table views, how do
i pass the value from one controller to the other controller?
Thanks.