선택된 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
- swift 네트워크 모듈화
- swift get excel
- swift filemanager excel
- rag llm pdf
- llm csv
- 엔디소프트 레이세이
- swift urlsession module
- rag 기반 llm
- 레디세이
- swift network 공통화
- swift network module
- swift excel read
- rag 기반 llm 챗봇
- 레디세이 어플
- swift filemanager get excel
- focus timer 어플
- swift urlsession network module
- swift 자간
- swift network refactoring
- swift 엑셀 읽기
- filemanager excel read
- chatgpt rag llm
- swift urlsession refactoring
- swift 엑셀 가져오기
- llm pdf rag
- readysay
- 공부 타이머 어플
- swift urlsession 공통화
- swift urlcomponent encode
- swift queryitem encode
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함