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
- 라즈베리파이
- port
- tensorflow
- mssql
- MS-SQL
- PyQt5
- 유니티
- javascript
- pandas
- flutter
- IOS
- 날짜
- 다이어트
- ubuntu
- sqlite
- Linux
- PyQt
- MySQL
- Excel
- ASP
- 맛집
- PER
- 함수
- swift
- urllib
- GIT
- 리눅스
- Unity
- python
- node.js
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