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
- Linux
- flutter
- ASP
- Unity
- PER
- PyQt5
- MS-SQL
- 맛집
- 다이어트
- sqlite
- Excel
- 함수
- mssql
- PyQt
- MySQL
- 리눅스
- tensorflow
- pandas
- port
- python
- ubuntu
- 라즈베리파이
- GIT
- urllib
- javascript
- IOS
- node.js
- 유니티
- swift
- 날짜
Archives
목록Object - C (1)
아미(아름다운미소)
iOS TableView의 Cell 선택 효과 제거하기
iOS 앱 개발시 TableView의 각 Cell을 클릭 시 클릭 한 부분이 클릭된 효과(gray effect) 가 기본으로 적용되는데 해당 효과 제거코드 입니다. Object - C / Swift // Objective-C: cell.selectionStyle = UITableViewCellSelectionStyleNone // or [cell setSelectionStyle:UITableViewCellSelectionStyleNone] // Swift 2: cell.selectionStyle = UITableViewCellSelectionStyle.None // Swift 3: cell.selectionStyle = .none
랭귀지/SWIFT
2018. 5. 14. 09:30