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 |
Tags
- 안드로이드 바로가기
- swift 문자
- 스위프트 테이블 뷰 셀
- 스위프트 카메라
- flutter rotate
- Flutter UIKitView MethodChannel
- 스위프트 웹뷰
- 스위프트 푸시
- 안드로이드 에러
- flutter 회전
- 스위프트 UserDefaults
- NotificationService Extension
- 노티피케이션 익스텐션
- FlutterView MethodChannel
- swift autolayout
- 스위프트
- native flutter view
- Swift flutterviewcontroller
- silent push
- 안드로이드 숏컷
- 스위프트 앨범
- Swift flutterview
- 안드로이드 FCM
- 안드로이드 앨범
- 푸시 데이터 저장
- 플러터 뷰 컨트롤러
- swift sms
- 앱 백그라운드 푸시 데이터 저장
- 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