//table 셀렉트 안되게
- (NSIndexPath *)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath{
return nil;
}
'iPhone App' 카테고리의 다른 글
[iphone] 데이터(XML)를 Post 방식으로 받아서 처리(WCF Rest) (0) | 2011.09.19 |
---|---|
[iphone] tableviewcell에서 이미지 로딩을 백그라운드로 돌려서 성능 UP (0) | 2011.09.19 |
[iphone] plist에 배열 저장/ 읽기 (0) | 2011.09.08 |
[iphone] URL 인코딩 (1) | 2011.09.08 |
[iphone] NSUserDefaults 를 이용해서 로그인 정보 저장 (0) | 2011.09.08 |