Skip to content

Commit

Permalink
no need to override didSel
Browse files Browse the repository at this point in the history
  • Loading branch information
huddletech committed May 4, 2010
1 parent a3717ee commit 757c0ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ViewControllers/SelectionListViewController.m
Expand Up @@ -18,10 +18,5 @@ - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger
return [super tableView:tableView numberOfRowsInSection:section] - 1;
}

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
[super tableView:tableView didSelectRowAtIndexPath:indexPath];
[self doneAction];
}

@end

0 comments on commit 757c0ed

Please sign in to comment.