i have read a lot on this argument, i have tested this example that works: source code example. but this doesn\'t use storyboards (i don\'t know if this is the reason that make
I tried to study your code downloading the project.The problem is that firstController.tableView is nil. So fix it:
[firstTable selectRowAtIndexPath:indexPath animated:NO scrollPosition:UITableViewScrollPositionNone];
Or assign firstController.tableView to the table view.