tableView:didSelectRowAtIndexPath: call to current-view Parser delegates
I have some pretty interesting logic going, basically I have this data which I want to check over before I display the next view.. just in case the data is empty I want to pop the view, if the data is not empty then I want to load the the view to display it onto the navigational stack. so in my tableView:didSelectRowAtIndexPath: method, when the selection is made I, get the current selection ID number so I can restrict the values of the data Im going to parse to only related values. This is what the code looks like inside my method. #pragma mark - Table view delegate - (void)tableView: