Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 스위프트 테이블 뷰 셀
- NotificationService Extension
- 스위프트
- 안드로이드 바로가기
- native flutter view
- 플러터 뷰 컨트롤러
- flutter rotate
- swift autolayout
- Swift flutterview
- 안드로이드 숏컷
- 앱 백그라운드 푸시 데이터 저장
- swift sms
- 스위프트 웹뷰
- 스위프트 푸시
- 안드로이드 에러
- 앱 꺼졌을 때 푸시 데이터 저장
- Swift flutterviewcontroller
- 푸시 데이터 저장
- 안드로이드 앨범
- 스위프트 카메라
- 스위프트 앨범
- swift 문자
- 노티피케이션 익스텐션
- flutter 회전
- Flutter UIKitView MethodChannel
- FlutterView MethodChannel
- 안드로이드 FCM
- silent push
- 스위프트 UserDefaults
- Flutter NativeView
Archives
- Today
- Total
목록스위프트 테이블뷰 (1)
Things take time
[SWIFT] UITableView의 클릭 이벤트, 배경색상 없애기
[코드] func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { .... cell.selectionStyle = .none ... } 셀렉션 스타일을 none으로 잡는다.allowSelection을 막아버리면 didSelect가 호출되지 않기 때문에, 위의 셀의 selection style을 none으로 설정하면 didSelect도 정상 작동한다.
iOS (기능)
2017. 9. 18. 11:23