How do I reference the detailViewController on an iPad that is using a splitViewController
问题 I setup a project on XCode 4.3 and IOS 5 without using storyboards for both iPhone and iPad using the default Master/Detail setup from the create new project dialog. The iPhone side works just fine. I select an option in the tableView and the detailViewController screen updates with the new information based on the selection. My implementation of didSelectRowAtIndexPath is: - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { Shapes *currentShape =