UITableViewCell ,선택 안되게 하려면 정보
Mobile UITableViewCell ,선택 안되게 하려면본문
cell.selectionStyle = UITableViewCellSelectionStyleNone;
tableview를 이용하여 작업 하다 보면 UITableViewCell를 터치 했을 때 선택 되지 않게 하기 위해서
다음과 같이 cell에 selectionStyle 을 UITableViewCellSelectionStyleNone 로 설정 해 줍니다.
추천
0
0
댓글 0개