UITableViewDelegate will call
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
when a row is selected. From this, you can easily define a string using indexPath.section and indexPath.row
nduplessis Mar 19 '09 at 20:29 2009-03-19 20:29
source share