반응형
//셀 선택시 이벤트를 처리하는 함수
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
[tableView deselectRowAtIndexPath:indexPath animated:YES];//선택해제
}
'ios aos 개발 > iPhone' 카테고리의 다른 글
[iPhone] UITableVIew 꼭 써야하는 함수 (0) | 2011.07.02 |
---|---|
[iPhone] UIAlertView 창 띄우기, 사라지게 하기 (0) | 2011.06.18 |
[iPhone] Thread 작성법 및 UI 변수와 데이터 주고 받기 (0) | 2011.05.23 |
[Iphone] 홈버튼 눌렀을시 종료 시키기 (0) | 2011.05.13 |
[iPhone] webview 에 화면 출력 (0) | 2011.05.13 |