In tableView:cellForRowAtIndexPath: I have the following:
tableView:cellForRowAtIndexPath:
cell.textLabel.text = @\"label\"; cell.detailTextLabel.text = @\"detail\";
cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:CellIdentifier];