I have search for hours with no good answers and it seems a lot of people have this issue... I am using theos on my iphone and I have a RootViewController with this code:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
[self performSegueWithIdentifier:@"SecondViewController.m" sender:nil];
}
There a table and a cell on the table name directions when its clicked I want it to display my SecondViewController.m, I honestly have no idea what or how to do this.