Hi guys,
I don't know how i can share the same data between two tab bar items. One tab uses nsfetchedresultscontroller and the other table is just a normal view that should use the same data as my fetchedresultscontroller.
If i had two normals views, i would just make my object a singleton, and let the tableview and normal view use the same data.
But now i have a fetchresultscontroller and a normal view. I was thinking about just using another fetchedresultscontroller for my normal view, so i have all the features such as fetch cache, notifications and such..
I know fetchresultscontroller should be used for tableview, but i guess i can use it for non tableviews as wel.
Somebody knows what is should do? i couldn't find documentation from apple on this matter