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