UITableViewCellAccessoryDisclosureIndicator 썸네일형 리스트형 [iphone] table cell 옵션 //클릭 후 다시 돌아 왔을때 오버 되는거 없애기 [cell setSelectionStyle:UITableViewCellSelectionStyleNone]; //Arrow //cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator; //셀 클릭안되게 하기- (NSIndexPath *)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath{ return nil; } 더보기 이전 1 다음