Notice
Recent Posts
Recent Comments
Link
아미(아름다운미소)
[iOS Swift]UITableView didSelectRowAt TableView 행 선택 해제하기 본문
UITableView didSelectRowAt 딜레이 발생 시
1 2 3 4 5 6 | func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { tableView.deselectRow(at: indexPath, animated: false ) // 수행할 작업 구현 } |
'랭귀지 > SWIFT' 카테고리의 다른 글
리눅스에서 swap 메모리 초기화 (0) | 2018.05.16 |
---|---|
iOS TableView의 Cell 선택 효과 제거하기 (0) | 2018.05.14 |
Xcode에서 UINavigationController를 사용할 때 UIStatusBar의 배경색을 변경하는 방법 (0) | 2018.05.12 |
[Swift] 스위프트 사이드메뉴 테이블셀 선택시, 셀의 배경색깔을 바꾸고 싶을때 (0) | 2018.05.07 |
[Swift] 셀 선택시, 셀의 배경색깔을 바꾸고 싶을때 (0) | 2018.05.06 |