반응형

-(UITableViewCell *) tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ }

여기에서 셀이 선택되었을때 스타일 속성을 아래와같이 준다.

[cell setSelectionStyle:UITableViewCellSelectionStyleNone];

이 외에도 속성값으로는
UITableViewCellSelectionStyleBlue,
UITableViewCellSelectionStyleGray

등이 있다.

Posted by npre
,