I am using a custom cell and table view within a Side View Controller.
The side VC uses one of the main available slide view controller styles, sliding in from the left to show a menu of navigation.
At the start the home view controller is loaded to the nav stack, with this side view controller.
How do I determine the selected row in this case? It is not as such a 'selected' row in the table, but the last chosen. So I am not sure the normal method would work.
NSIndexPath *path = [tableView indexPathForSelectedRow];