How can I retain the indexPath value from my RootViewController through my multiple detail view controllers?
I have a split view controller and multiple detail views with a toolbar.
I want to be able to change the detailview upon calling a method which retrieves the indexPath.row value and uses indexPath.row+1.
So basically, I want each view controller to have a selectedRow = indexPath assignment. Currently I am getting an indexPath not declared for use error.