I am using 'else if' statements to have the cells of a table open various views for my app. The problem is, whenever I use the pushViewController declaration I get a "Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle
else if ([[listData objectAtIndex:indexPath.row] isEqual:@"Poison Control Center"]){
emergencynumberspoisoncontrol_viewcontroller *poison = [[emergencynumberspoisoncontrol_viewcontroller alloc] initWithNibName:@"emergencynumberspoisoncontrol_viewcontroller" bundle:nil];
[self.navigationController pushViewController:poison animated:YES];