iPhone App
[iphone] table selection 안되게 하기 Disable
동동(이재동)
2011. 9. 19. 10:48
//table 셀렉트 안되게
- (NSIndexPath *)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath{
return nil;
}