I'm using a SplitViewController, and I want to extend how it's being used but I've got stucked with this stuff...
I want to achieve something like this:
In my master controller of splitview (mainCategory), if the cell is selected, I've pushed another controller (subCategory), then, update also the detail controller of the splitView (2nd detail view) --> I've done this already..
When the master controller of splitView is the pushed controller (subCategory for this example), then I've select the "back" button of the navigation, I need to update also the detail controller of the splitView to 1st detail view…. but how ??? I'm stucked with this problem...?
Any help pls?? I'm already followed the apple sample code MultipleDetailView but my case is different.. appreciate any help/advise.
Thanks