선택된 Tableview cell 최상위로 가져오기
TableView에서 선택된 cell을 최상위 layer로 가져오는 방법입니다. 우선 cell을 정의할때, selectedIndex(전역변수)로 cell을 구분해줬습니다. func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { if indexPath.row == selectedIndex { let cell = tableView.dequeueReusableCell(withIdentifier: "cell", for: indexPath) cell.layer.zPosition = 1 return cell } el..
iOS & swift
2024. 7. 16. 14:07
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- rag 기반 llm
- chatgpt rag llm
- 엔디소프트 레이세이
- llm csv
- llm pdf rag
- swift network module
- swift network 공통화
- rag llm pdf
- 레디세이 어플
- readysay
- swift filemanager excel
- swift urlsession module
- swift urlsession 공통화
- swift network refactoring
- swift urlcomponent encode
- filemanager excel read
- rag 기반 llm 챗봇
- swift queryitem encode
- 공부 타이머 어플
- swift filemanager get excel
- swift get excel
- swift 엑셀 가져오기
- swift urlsession refactoring
- swift 네트워크 모듈화
- 레디세이
- swift 자간
- swift urlsession network module
- swift 엑셀 읽기
- swift excel read
- focus timer 어플
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함