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
- ASP
- PyQt
- 다이어트
- 라즈베리파이
- Linux
- flutter
- swift
- 유니티
- 맛집
- PER
- node.js
- javascript
- tensorflow
- mssql
- port
- sqlite
- IOS
- Excel
- Unity
- pandas
- 리눅스
- python
- 함수
- GIT
- MySQL
- ubuntu
- 날짜
- PyQt5
- urllib
- MS-SQL
Archives
목록2018/05/07 (1)
아미(아름다운미소)
[Swift 3/4] Selecting and Deselecting UITableViewCells - Swift //색상 변경을위해 cellForRowAt 메소드에 코딩 func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) ->UITableViewCell{ if self.selectedIndex == indexPath.row { cell.firstView.backgroundColor = UIColor.orange // Highlight color }else { cell.firstView.backgroundColor = UIColor.clear // Original color } } //배경 색상을 제거하려면 이전 행을 업데..
랭귀지/SWIFT
2018. 5. 7. 10:30