cocoaTouch/SingleTeamViewController.m
changeset 3365 37ac593e9027
parent 3364 e5403e2bf02c
child 3374 0d522416d97f
equal deleted inserted replaced
3364:e5403e2bf02c 3365:37ac593e9027
   340 #pragma mark -
   340 #pragma mark -
   341 #pragma mark Table view delegate
   341 #pragma mark Table view delegate
   342 -(void) tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
   342 -(void) tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
   343     NSInteger row = [indexPath row];
   343     NSInteger row = [indexPath row];
   344     NSInteger section = [indexPath section];
   344     NSInteger section = [indexPath section];
   345     UITableViewController *nextController;
   345     UITableViewController *nextController = nil;
   346     UITableViewCell *cell;
   346     UITableViewCell *cell;
   347     
   347     
   348     if (2 == section) {
   348     if (2 == section) {
   349         switch (row) {
   349         switch (row) {
   350             case 0: // grave
   350             case 0: // grave