I have a rootTableView with cells that are loaded from an array:
logArray = [[NSArray alloc]initWithObjects:@"John", @"Jack", @"Jill", nil];
When I click a cell, for example the cell called “Jack”, it will take me to a sub table for “Jack”
How to I set the title of that sub tableView to “Jack”, etc.
Under the tableView delegate