//클릭 후 다시 돌아 왔을때 오버 되는거 없애기
[cell setSelectionStyle:UITableViewCellSelectionStyleNone];
//Arrow
//cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
//셀 클릭안되게 하기
- (NSIndexPath *)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath{
return nil;
}
'개발도구 > iOS - 아이폰 개발' 카테고리의 다른 글
아이폰 사설 수리 링크 (0) | 2012.08.14 |
---|---|
[iphone[ calender source 아이폰 달력 소스 (0) | 2012.07.23 |
[아이폰] navigationBar background image or color or text (0) | 2012.07.18 |
[아이폰] 아이폰 기기등록, 아이폰 기기 테스트 (0) | 2012.07.18 |
[iphone] 공백 제거 (0) | 2012.07.18 |